﻿

/*   共通サイズ設定  */
#main h1{

	background:#33f;
	border-left:10px solid #88f;
	line-height:45px;
	font-size:110%;
	text-align:left;
	font-weight:bold;

	width:510px;
	padding-left:30px;
	margin:3px 0px;

}

#main h2,#main h3{
	background:#ddf;
	border:1px solid #33f;
	text-align:left;
	color:#44f;
	white-space:nomal;
	width:510px;
	padding-left:30px;
	margin:5px 0px;
	line-height:32px;
	font-size:100%;
	border-left:10px solid #33f;
}

#main h3{
	width:510px;
	line-height:25px;
	border-left-width:7px;
	padding-left:33px;

}

#main h1 a{
	text-decoration:none;
	color:#ffffff;
}
#main h1 a:hover{
	text-decoration:underline;
}



/* ●●●メイン部の基本書式●●● */


#main p{
	line-height:1.7em;
	font:10pt;
	margin-left:10px;
}

#main h3.comments{
	padding:6px 8px;
	border-left:4px solid #390;
	border-top:1px dashed #070;
	border-bottom:1px dashed #070;
	margin:00px;
	width:80%:
	font-size:10pt;
	color:#3c3;
}

#main .date{	
	font-size:80%;
	text-align:right;
}

/*    ■トップページのトップボックス■ */

#topbox{
	padding:0px;
	margin:0px;
}

#topbox p{
	padding:5px;
	color:#333;
}

/*    ■トップページのニュース部■ */

#topnews{
	margin:0px;
	padding-left:20px;
}
#topnews h2{
	border:none;
	height:47px;
	line-height:47px;
	padding-left:33px;
	margin-left:0px;
	color:#fff;
	font-size:10pt;
}
#topnews ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}

#topnews ul li{
	list-style:circle;
	line-height:30px;
}
#topnews ul li a{
	text-decoration:none;
	color:#669;
}
#topnews ul li a:hover{
	text-decoration:underline;
	color:#44e;
}

#topnews h2{	background:url('other/child.jpg') no-repeat;}


/*====================*/
ul.childpage{
	border:0px solid;
	width:400px;
	margin:0px;
	padding:0px;
}

ul.childpage li{
	margin:4px 0px;
	padding:0px;
	list-style:none;
	width:370px;
	background:url('other/child.jpg') no-repeat;
}

ul.childpage li a{
	line-height:50px;
	padding:0px 0 30px 40px;
	color:#33f;
	text-decoration:none;
}

ul.childpage li a:hover{
	font-weight:bold;
	text-decoration:underline;
}

/*====================*/

table.contact{
	margin:8px 6px 3px auto;
	border:0px solid;
	padding:0px;
}
td.logo{
	text-align:left;
}
td.contact1{
	background:url('other/contact1.jpg') right no-repeat;
	text-align:right;
	font-size:12pt;
	color:#555;
	line-height:38px;
	height:38px;
	padding-right:16px;
	border:0px solid;
	margin:0px;
}

td.contact2{
	text-align:left;
	border:0px solid;
	padding-right:4px;

}

/*------【問い合わせのロールオーバー】--------*/

.ro_contact { display:block; background: url(other/contact.jpg) no-repeat; }
a:hover.ro_contact { background : url(other/contact_ro.jpg) no-repeat; }

/*------【テーマスイッチャー】--------*/
ul#themeswitcher{
	margin:0px;
	padding:0px;
}
ul#themeswitcher li{
	list-style:none;
}

.tsw{
	margin:10px;
	padding:0px;
	
}

/*------【トップのサブメニュー】--------*/

ul.submenu{
	margin:0px;
	padding:2px;
	float:right;
	border:0px solid;
	margin-top:13px;
}
ul.submenu li{
	display:inline;
	margin:0px;
	padding:3px 4px;
	border-left:1px solid #888;
}
ul.submenu li a{
	font-size:10pt;
	text-decoration:none;
	padding:2px;
	color:#383;
}

ul.tabi{
	margin:20px 0px 20px 20px;
	padding:2px;
	border:0px solid;
}
ul.tabi li{
	list-style:circle;
	margin:0px;
	padding:10px 3px;
}
ul.tabi li a{
	font-size:11pt;
	text-decoration:none;
	line-height:17px;
	padding-left:3px;
	color:#383;
}
ul.tabi li a:hover{
	text-decoration:underline;
	
}