@charset "UTF-8";
/* CSS Document */

#index_body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/index_bg.gif);
	background-repeat: repeat-x;
}

#common_body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/common_bg.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;	
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}

h1,h2,h3,p,ul,li {
	margin:0px;
	padding:0px;
}

#header {
	width: 846px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header #logo {
	width:50px;
	float: left;
	margin: 11px 0px 14px 6px;		
}

#header #message {
	float: left;
	width:566px;
	font-size: 12px;
	line-height: 15px;
	margin: 21px 0px 0px 15px;	
}

#header #hline {
	float: left;
	margin: 23px 0px 0px 72px;		
}

#header #inquiry {
	float: left;	
	margin: 21px 0px 0px 14px;	
}

#header #navi_btn {
	clear: left;	
	list-style-type: none;
	margin: 0px 0px 0px 3px;	
}

#header #navi_btn li {
	float: left;
	margin-left: 1px;	
}

#title {
	width: 830px;
	height: 70px;
	margin: 0px auto 0px auto;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	padding: 8px;	
}

#common_contents {
	width: 846px;
	margin: 20px auto 0px auto;
}

#common_contents p {
	clear: both;
	margin: 0px 5px 20px 5px;
}

#common_contents h2 {
	clear: both;
	margin: 0px 0px 20px 3px;
}

#common_contents .photo {
	margin: 0px 0px 20px 10px;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #E6E6E6;
	padding: 15px 0px 10px 0px;
}

#footer #footer_link {
	margin: 0px 0px 10px 0px;
	font-size: small;
}

#footer #copylight {
	font-size: 10px;
}

.caution {
	color: #FF0000;
	text-align: right;
	font-size: 10px;
}

.triungle {
	background-image: url(../images/triungle.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
	margin-left: 7px;
}