@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #DFFFFF;
}


/* link style
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 720px;
	border: 1px solid #999999;
}
#header {
	height: 70px;
	border-top: 3px solid #CC3300;
	position: relative;
	border-bottom: 1px solid #CC3300;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header .head_link {
	position: absolute;
	left: 600px;
	top: 48px;
	font-size: 70%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



#main {
	padding: 8px;
	float: right;
	width: 552px;
	margin-bottom: 15px;
}
#main h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #CC3300;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-top: 4px solid #CC3300;
	background-color: #FFEEF4;
	text-align: center;
}
#main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
	border-bottom: 1px solid #CC3300;
	border-left: 5px solid #CC3300;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#main .top_coment {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 120%;
	color: #0033FF;
	padding: 5px 35px;
	text-align: center;
	margin: 5px;
	border: 1px solid #FF6633;
	background-color: #FFFFD7;
	font-weight: bold;
}

#sidebar {
	padding: 8px;
	float: left;
	width: 130px;
	margin-bottom: 15px;
}
#footer {
	padding: 3px;
	background-color: #999999;
	text-align: center;
	clear: both;
}

/* sidebar menu
-------------------------------*/
#sidebar .menu {
	margin: 0px 0px 10px 0px;
	width: 130px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-width: 1px;
}
#sidebar .menu h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-weight: bold;
	border-top: 4px solid #CC3300;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #CC3300;
	background-color: #FFEEF4;
}
#sidebar .menu ul {
	list-style: none;
}
#sidebar .menu li {
	border-top: 1px solid #CCCCCC;
}
#sidebar .menu a {
	color: #333333;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	margin-left: 5px;
	border-left: 5px solid #FFFFFF;
	font-size: 120%;
}
#sidebar .menu a:hover {
	color: #CC3333;
	border-left: 5px solid #CC3333;
}
/* table
-------------------------------*/
#main table {
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main .no_line table {
	line-height: normal;
	border-style: none;
}
#main .no_line table td {
	line-height: normal;
	margin: 2px 1px;
	padding: 1px;
	border-style: none;
}

#main  .one_line  table {
	line-height: normal;
	float: left;
	width: 270px;
	border: 1px solid #999999;
	padding: 1px;
	margin: 2px;
	display: block;
}
#main  .one_line  table  td {
	line-height: normal;
	margin: 2px 1px;
	padding: 1px;
	border: 1px solid #999999;
	vertical-align: top;
}
#main .one_line table th {
	background-color: #FFFFCC;
	text-align: left;
}



/* CSS huck
-------------------------------*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

