@charset "UTF-8";

/* deaault.css */

/* a */
a {
	color: #336699;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* body */
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
}

p {
	margin: 0px;
}

form {
	display: inline;
}

/* ヘッダー */
.header {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 68px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}

.header h1 {
	margin: 0px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
}

.logo {
	margin: 20px 0px 0px 8px;
	float: left;
}

.header_list {
	margin-top: 30px;
	float: right;
}

.header_list ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.header_list li {	
	font-size: 11px;
	float: left;
	background-image: url(../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	padding-right: 4px;
}

/* フッター */
.footer {
	width: 750px;
	height: 15px;
	margin-top: 12px;
	padding: 8px 0px;
	background-color: #016db6;
	color: #ffffff;
}

.footer ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

.footer li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/footer_mark.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	padding-right: 10px;
}

.footer_copy {
	margin-right: 10px;
	font-size: 11px;
	float: right;
}

.footer a {
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
}

/* clearfix */
.clearfix:after {  
content:"";  
display:block;  
clear:both;  
}

/* for IE6 */  
* html .clearfix {  
display:inline-block;  
}

/* for IE7 */  
*+html .clearfix {  
display:inline-block;  
} 
