@charset "shift_jis";

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.8;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}
form {
	background:#eee;
	margin:20px;
	padding:10px 20px;
	width:450px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			background:#e1e1e1;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
	float:left;
	width:120px;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form textarea {
	padding:2px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:300px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		form li#send button {
			background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			form li#send button:hover { 
				background-color:#006633;
				}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding: 8px 0 20px 20px;
	color: #999999;
}



#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}



#nav {
	background: url(images/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding: 8px 0 0 50px;
	font-size: 11px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding: 0 15px 0 15px;
	background: url(images/arrow.gif) no-repeat left center;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	color: #006699;
}


#main {
	float: left;
	width: 546px;
	display: inline;
	margin: 15px 0 0 15px;
	padding-bottom: 40px;
}

#main h2 {
	font-size: 14px;
	border-bottom: 2px dotted #666666;
	padding: 0 0 5px 0;
	color: #666666;
}

#main h3 {
	font-size: 14px;
	background-color: #339999;
	text-align: left;
	border-bottom: 3px solid #dcdcdc;
	padding: 5px 0 5px 15px;
	color: #FFFFFF;
}
#main h4 {
	font-size:14px;
	color:#003366;
	background-color:#FFFFFF;
	border-bottom-width:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}

#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#sub h3 {
	font-size: 100%;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: left;
	border-left: 6px solid #339999;
	border-bottom: 1px solid #d6d6d6;
}
#sub a {
	text-decoration: none;
	color: #666666;
}

#sub a:hover {
	color: #006699;
}

#footer {
	clear: both;
	width: 840px;
	background: #FFFFFF url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 20px 4px;
	margin: auto;

}



#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

