/* CSS Document */

body{	margin:0px;
		padding:0px;
		color:#333333;
		line-height:1.5em;
		font-size:10px;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#logobody{	width:740px;
			height:58px;
			margin:0px auto;
			background:url(img/logo.jpg) no-repeat;
			padding:25px 10px 10px;
}

#menubody{
	width:760px;
	height:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menubody ul li{
	float:left;
	width:160px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#menubody a:link {
	color: #333333;
	text-decoration: none;
}
#menubody a:visited {
	text-decoration: none;
	color: #333333;
}
#menubody a:hover {
	text-decoration: underline;
	color: #333333;
}
#menubody a:active {
	text-decoration: none;
	color: #333333;
}

#catchbody{	width:730px;
			height:119px;
			margin:0px auto;
			background:url(img/catch.jpg) no-repeat;
			color:#FFFFFF;
			padding:30px 0px 0px 30px;
}

#mainbody{	width:738px;
			margin:0px auto;
			border-left:1px solid #dddddd;
			border-right:1px solid #dddddd;
			border-bottom:1px solid #dddddd;
			padding:10px 10px;
}

#footbody{	width:760px;
			text-align:center;
			margin:10px auto;
}

.l_cont{	width:400px;
			float:left;
}

.r_cont{	width:328px;
			float:right;
}

.c_cont{	width:738px;
			clear:both;
			padding-top:10px;}


/* マージン設定 */
.mr_t10{	margin-top:10px;}


/* 共通項目 */

h1{	color:#333333;
	font-size:26px;
	line-height:1em;
	padding-bottom:10px;
}

h1 span{	font-size:10px;
			color:#333333;
			font-weight:normal;
}

h2{	font-size:12px;
	line-height:1.5em;
	width:298px;
	height:93px;
}

p,ul,li,h1,h2{	padding:0px;
				margin:0px;
}

.float_l{	float:left;
}

.float_r{	float:right;
}

.clear{	clear:both;
}

ul,li{
	list-style:none;
	width: auto;
	border-right-style: none;
	border-width: 500;

}


/* index.html */

.main_tit{	width:370px;
			height:25px;
			background:url(img/main_tit01.jpg) no-repeat;
			color:#006699;
			padding:10px 0px 0px 30px;
			font-size:14px;
			font-weight:bold;
}

.main_contbox{	width:378px;
				border-bottom:1px solid #dddddd;
				border-left:1px solid #dddddd;
				border-right:1px solid #dddddd;
				padding:10px;
				height:240px;
}

.main02_tit{	width:708px;
				height:25px;
				background:url(img/main_tit02.jpg) no-repeat;
				color:#006699;
				padding:10px 0px 0px 30px;
				font-size:14px;
				font-weight:bold;
}

.main_contbox02{	width:716px;
					border-bottom:1px solid #dddddd;
					border-left:1px solid #dddddd;
					border-right:1px solid #dddddd;
					padding:10px;
}

.sub_tit{	width:298px;
			height:25px;
			background:url(img/sub_tit01.jpg) no-repeat;
			color:#006699;
			padding:10px 0px 0px 30px;
			font-size:14px;
			font-weight:bold;
}

.sub_contbox{	width:306px;
				border-bottom:1px solid #dddddd;
				border-left:1px solid #dddddd;
				border-right:1px solid #dddddd;
				padding:10px;
				height:240px;
}

.sample_img{	float:left;
				padding:0px 10px 20px 0px;
}

.footlink{	height:23px;
			width:760px;
			padding:7px 0px 0px;
			background:url(img/foot.jpg) no-repeat;
}

.copy{	font-size:10px;
		padding-top:5px;}
