@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2009/10/28
	ツチヤだよりネット版設定用 CSS
 * ================================================================ */

@import url("base.css");
@import url("common.css");

body{
}

/*--- container ----------------------------------------------------*/

#container-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- Header -------------------------------------------------------*/

#header-inner{
	/*border: 1px solid #ff0000;/* debug */
}

#headernavi{
}


/*--- navi ---------------------------------------------------------*/

#navi-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- main ---------------------------------------------------------*/

#main-inner{
	/* border: 1px solid #ff0000;/* debug */
}

/* main-img */
#main-img{
	position: absolute;
	top: 69px;
	left: 8px;
	z-index: 1;
}

#main-img h1,
#main-img p#title{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 79px;
	width: 883px;
	background: transparent url("../persons/img/title.jpg") no-repeat left top;
}

#main-contents{
	position: relative;
	margin: 95px 25px 0 20px;
}

.bottom-line{
	background: transparent url("../img/contents_bg_bottom.gif") no-repeat right bottom;
	height: 3px;
}

#contents01{
	background: transparent;
	width: 507px;
	margin: 0 0 20px 0;
}

#contents01-inner{
}

#contents01-inner h1#sub-title,
#contents01-inner h2#sub-title{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin: 0;
	padding: 2px 0 1px 0;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-size: large;
	font-weight: bold;
}

#contents01-inner p{
	margin: 0 0 15px 0;
}

#contents02{
	background: #f1e9d2 url("../img/contents_bg_right.gif") repeat-y right top;
	width: 507px;
	margin: 0 0 15px 0;
}

#contents02-inner{
	background: transparent url("../persons/img/bg_top.gif") no-repeat right top;
	padding: 30px 10px 0 10px;
}

#contents02-inner h2{
	margin: 0 0 5px 0;
}

#contents02-inner h3{
	margin: 0 0 2px 0;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-weight: bold;
	color: #222;
}

#contents02-inner h4{
	color: #9b273d;
	font-size: 110%;
	font-weight: bold;
}

#contents02-inner h5{
	font-weight: bold;
}

#contents02-inner p{
	margin: 0 0 5px 0;
}

#contents02-inner p.bottom{
	border-bottom: 1px dotted #9b273d;
	padding: 0 0 5px 0;
}

.contents02-01{
	margin: 0 0 10px 0;
}

.contents02-02{
	margin: 0 0 15px 0;
}

.contents02-03{
	background: #fff;
	width: 484px;
	margin: 0 0 15px 0;
}

.contents02-02 h3{
	margin: 0 0 12px 0;
}

.contents02-03-inner{
	padding: 0 20px 0 20px;
}

.contents02-03-letter{
	float: left;
	background: transparent url("../persons/img/letter_bg_top.gif") no-repeat left top;
	width: 132px;
	margin: 0 24px 15px 0;
}

.contents02-03-letter-right{
	float: left;
	background: transparent url("../persons/img/letter_bg_top.gif") no-repeat left top;
	width: 132px;
	margin: 0 0 15px 0;
}

.contents02-03-letter-inner{
	background: transparent url("../persons/img/letter_bg_bottom.gif") no-repeat left bottom;
}

.contents02-03-letter-middle{
	background: transparent url("../persons/img/letter_bg_middle.gif") repeat-y left top;
	padding: 16px 10px 14px 10px;
}

.contents02-03-letter-middle p{
	background: #f1e9d2 url("../persons/img/letter_bg_line.gif") repeat-y left top;
	width: 110px;
	magin: 0;
	padding 0 0 18px 0;
	line-height: 18px;
}

.contents02-03:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents02-left{
	float: left;
	width: 173px;
}

.contents02-right{
	float: left;
	width: 291px;
	margin: 0 0 0 20px;
}

.contents02-right ul.campaign{
	border-bottom: 2px dotted #9b273d;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#contents03{
	width: 507px;
	margin: 0 0 15px 0;
}

#contents03-inner{
	padding: 0 10px 0 10px;
}

#contents03-inner h3{
	border-bottom: 1px solid #9b273d;
	margin: 0 0 5px 0;
}

/* 2代目ブログ */
#headline-blog{
	border-bottom: 1px solid #9b273d;
	padding: 0 0 5px 0;
}

#headline-blog ul{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0;
	padding: 0;
}

#headline-blog ul li{
	margin: 0;
	padding: 0;
	list-style: none none outside;
	font-family: Arial, Helvetica, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

#headline-blog ul li span.date{
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
	color: #9b273d;
}

#headline-blog ul li span.title{
	display: block;
	float: left;
	width: 290px;
}

#headline-blog ul li span.category-title{
	display: block;
	float: left;
	width: 130px;
	color: #9b273d;
}

#contents04{
	background: transparent url("../persons/img/memoranda_bg_top.gif") no-repeat left top;
	width: 507px;
	margin: 0 0 5px 0;
}

#contents04-inner{
	background: transparent url("../persons/img/memoranda_bg_bottom.gif") no-repeat left bottom;
	padding: 30px 0 30px 0;
}

#contents04-middle{
	background: transparent url("../persons/img/memoranda_bg_middle.gif") repeat-y left top;
	width: 507px;
}

#contents04-left{
	float: left;
	width: 232px;
}

#contents04-left-inner{
	margin: 0 0 0 10px;
}

#contents04-left-inner h3{
	border-bottom: 1px solid #9b273d;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#contents04-left-inner p{
	padding: 0 5px 0 10px;
}

#contents04-right{
	float: left;
	width: 232px;
	margin: 0 0 0 20px;
}

#contents04-right-inner{
	padding: 0 10px 0 10px;
}

#contents04-right-inner p{
	padding: 0 0 10px 0;
}

/* よろこびブログ */
#headline-yorokobi{
	background: #fff;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
}

#headline-yorokobi ul{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0;
	padding: 0;
}

#headline-yorokobi ul li{
	font-family: Arial, Helvetica, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

/*#headline-yorokobi ul li span.date{
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
	color: #9b273d;
}

#headline-yorokobi ul li span.title{
	display: block;
	float: left;
	width: 290px;
}

#headline-yorokobi ul li span.category-title{
	display: block;
	float: left;
	width: 130px;
	color: #9b273d;
}*/


/*--- sidenavi -----------------------------------------------------*/

#sidenavi{
	/* border: 1px solid #ff0000;/* debug */
}


/* バグ対策 */
[id="sidenavi"]#sidenavi{
/*	margin-top: 0;*/
}

html:lang(ja) #sidenavi{
/*	margin-top: 0;*/
}


/*--- sidebox ------------------------------------------------------*/

#sidebox{
	/* border: 1px solid #ff0000;/* debug */
	margin: 95px 0 0 0;
}


/*--- footer -------------------------------------------------------*/

#footer-inner{
}

