@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Meiryo","MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:160%;
	background:#ffffff url("../img/body_bg.gif") repeat-x;
	color:#555555;
}

img{
	border:0;
	vertical-align:top;
}

h1{
	width:191px;
	height:55px;
	margin:0;
	padding:0;
	position:absolute;
	top:37px;
	left:0;
	font-size:100%;
	line-height:100%;
}
	h1 a{
		outline:none;
		display:block;
		height:53px;
		background:url("../img/header_title.gif") repeat-x;
		text-indent:-4980px;
	}
h2{
	margin:0 0 5px;
	padding:0;
	font-size:100%;
	line-height:100%;
}
h3{
	margin:1em 0 1ex;
	padding:0;
	font-size:100%;
	line-height:100%;
	background:#cc6d1b;
}

p{
	margin:1em 10px;
}
	.side p{
		margin:1em 20px;
	}
	.side #check_result p{
		margin:1ex 0;
	}

form{
	margin:0;
	padding:0;
}

a:link	{color:#0088ff;text-decoration:none;}
a:visited{color:#8800ff;text-decoration:none;}
a:hover	{color:#ff6600;text-decoration:underline;}
a:active	{color:#ff6600;text-decoration:underline;}


.root{
	width:800px;
	text-align:left;
	background:url("../img/root_bg.gif") repeat-y;
	margin:0 auto;
}

.header{
	width:800px;
	height:130px;
	margin:0;
	position:relative;
	background:url("../img/header_bg.gif") no-repeat;
}
	.header-subtitle{
		position:absolute;
		width:450px;
		height:29px;
		left: 350px;
		top: 66px;
	}
		.header-subtitle span{
			display:block;
			height:29px;
			background:url("../img/header_subtitle.gif") repeat-x;
			text-indent:-4500px;
		}
	.hmenu{
		position:absolute;
		width:204px;
		height:19px;
		left:596px;
		top:0px;
		margin:0;
		padding:0;
		list-style-type:none;
	}
		.hmenu li{
			float:left;
			margin:0;
			padding:0 0 0 5px;
		}
			.hmenu li a{
				outline:none;
				display:block;
				height:31px;
			}
			.hmenu-home 		{width:80px;}
			.hmenu-contact		{width:114px;}
			.hmenu-home a		{background:url("../img/hmenu_home.gif") repeat-x;text-indent:-4000px;}
			.hmenu-contact a	{background:url("../img/hmenu_contact.gif") repeat-x;text-indent:-4560px;}

.main{
	min-height:400px;
}
	.index-mainimg img,
	.index-bnnrs img{
		margin-bottom:10px;
	}
	.index-news-container{
		width:585px;
		float:left;
	}

	.side{
		width:200px;
		padding-right:0;
		float:right;
		margin-bottom:15px;
	}

.index-smenu{
	margin:0;
	padding:10px 0 0;
	list-style-type:none;
}
	.index-smenu li{
		margin:0;
		padding:0;
		height:26px;
	}
	.index-smenu a{
		outline:none;
		display:block;
		height:26px;
	}
	.index-smenu-about{width:113px;}
	.index-smenu-international{width:127px;}
	.index-smenu-about a{
		background:url("../../img/index_side_about.gif") repeat-x;
		text-indent:-4520px;
	}
	.index-smenu-international a{
		background:url("../../img/index_side_international.gif") repeat-x;
		text-indent:-5080px;
	}


.footer{
	width:800px;
	clear:both;
	background:url("../img/footer_bg.gif") 0 27px no-repeat;
	padding:0 0 20px;
	margin-top:50px;
}
	.fmenu{
		margin:0;
		padding:0;
		list-style-type:none;
		height:33px;
	}
		.fmenu-admin,
		.fmenu-sitemap{
			float:left;
			width:120px;
			margin:0 5px 0 0;
			padding:0;
			line-style-type:none;
			height:33px;
		}
		.fmenu-admin a,
		.fmenu-sitemap a{
					outline:none;
					display:block;
					height:33px;
					text-indent:-4800px;
		}
		.fmenu-admin a		{background:url("../img/fmenu_admin.gif")}
		.fmenu-sitemap a	{background:url("../img/fmenu_sitemap.gif")}

	.footer-copy{
		margin-top:5px;
		font-size:80%;
		text-align:right;
		color:#74585e;
	}
		.footer-copy a:link,
		.footer-copy a:visited,
		.footer-copy a:hover,
		.footer-copy a:active{color:#74585e;text-decoration:underline;}


.even{
	background:#f8f8f8;
}
.caution{
	color:#ff3300;
}

.news-table{
	margin:5px 0px;
	width:585px;
}
	.news-table,
	.news-table th,
	.news-table td{
		border:none;
		border-collapse:collapse;
		border-spacing:0;
	}
	.news-table th{
		padding:0.5ex 1ex;
		text-align:left;
		font-weight:normal;
		vertical-align:top;
		color:#009211;
	}
	.news-table td{
		padding:0.5ex 1ex;
		vertical-align:top;
	}
.shashoku-mainimg{
	margin:10px 0 15px;
}
.shashoku-section{
	padding:0 4px 0 6px;
	width:256px;
	float:left;
}
.shashoku-section img{
	display:block;
}
.shashoku-navi{
	padding:30px 0 0;
	margin:0;
	height:50px;
	list-style-type:none;
}
.shashoku-navi-prev{
	margin:0;
	padding:0;
	float:left;
	width:120px;
}
.shashoku-navi-next{
	margin:0;
	padding:0;
	float:right;
	width:120px;
}

hr.clear{
	height:0;
	visibility:hidden;
	clear:both;
	border:0 #ffffff solid;
}
.form-table{
	margin:10px auto;
}
.form-table td{
	vertical-align:top;
}
.form-table th{
	vertical-align:top;
	text-align:left;
}

textarea#message{
	width:500px;
}



