﻿

/*   共通サイズ設定  */
#main h1{
	width:700px;
	background:#b5d75a;
	border-left:8px solid #319a00;
	border-bottom:1px solid #319a00;
	padding-left:28px;
	margin:5px 0 5px 0px;
	line-height:35px;
	font-size:110%;
	text-align:left;
	color:#262;
}

#main h2{
	width:700px;
	background:#fff;
	padding-left:28px;
	border-left:5px solid #319a00;
	border-bottom:1px solid #319a00;
	margin:5px 0 5px 0px;
	line-height:30px;
	font-size:100%;
	text-align:left;
	color:#272;
	white-space:nomal;
}

#main h3{
	width:70%;
	padding-left:33px;
	margin:0px;
	line-height:24px;
	font-size:100%;
	text-align:left;
	color:#111;
	font-weight:bold;
}

#main h1 a{
	text-decoration:none;
	color:#262;
}
#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:10px auto 30px 50px;
}
#topnews h2{
	border:none;
	height:58px;
	line-height:58px;
	padding-left:28px;
	margin-left:0px;
	color:#fff;
	font-size:12pt;
}
#topnews ul{
	margin:10px auto 10pz 20px;
}

#topnews ul li{
	list-style:circle;
	line-height:30px;
}
#topnews ul li a{
	text-decoration:none;
	color:#557;
}
#topnews ul li a:hover{
	text-decoration:underline;
	color:#252;
}

#topnews h2{	background:url('headline/news.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:350px;
	background:url('headline/child.jpg') no-repeat;
}

ul.childpage li a{
	line-height:55px;
	padding-left:30px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

ul.childpage li a:hover{
	text-decoration:underline;
}

#main table{
       margin-left:30px;
}
#main table p{
        margin:0px;
        padding:0px;
}

/*====================*/

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;

}


/*------【トップのサブメニュー】--------*/

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;
}

