@charset "utf-8";

/* ---IE7対応clearfix--- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------
TAG
------------------------------ */
* {
	margin: 0;
	padding: 0;
}

body  {
	font: 12px/1.4em "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1.0em;
}

h2 {margin:5px 0px 10px 0px; clear:both;}

p {
	padding: 11px;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

td {
	padding: 11px;
	border:1px solid #AFAFAF;
}

th {
	padding: 11px;
	border:1px solid #AFAFAF;
}


img {
	vertical-align: bottom;
	border: 0;
}


li {
	list-style-type: none;
}


/* ------------------------------
aTAG
------------------------------ */
a {
	color: #D20143;
	text-decoration: none;
}

a:hover {
	color: #D20143;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/*-----------------------------
Base
------------------------------ */
#wrapper {
	margin: 0 auto;
	width: 870px;
	background-image: url(../images/bg_wrap.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	position: relative;
	clear: both;
	width: 850px;
	height: 73px;
	margin: 0 auto 5px auto;
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
}
#header .logo{
	width: 270px;
	height: 73px;	
	}

#header p {
	float: left;
	padding: 0;
}

#header ul {
	width: 180px;
	float: right;
}
#header li{
	float: left;}

#header ul li {
	display: inline;
}

#header h1{
	position:absolute;
	width: 200px;
	height: 12px;
	color:#FFFFFF;
	top: 45px;
	left: 278px;
	}

#subImage2 {
	position: relative;
	margin: 0px auto;
	width: 840px;
	height: 160px;
	margin: 0 auto 3px auto;
	background-image: url(../images/bg_subimg2.jpg);
	background-repeat: no-repeat;
}
	
#subImage2 img{
	position: absolute;
	width: 300px;
	height: 32px;
	top: 47px;
	left: 40px;
	}

#contentBox {
	width: 850px;
	margin: 0 auto;
}

#content {
	width: 810px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 870px;
	height: 148px;
	color: #FFFFFF;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footerNav {
	padding-top: 5px;
	text-align: center;
}

#footerNav a{
	color: #FFFFFF;
	margin: 0px 6px 0px 0px;}

#footerNav li{
	display: inline;
}

#copyright {
	padding: 0;
	margin-top: 67px;
	text-align: center;
	font-size: 10px;
	line-height: 1.7em;
}
/*Link*/
#link table { width: 80%; border-collapse: collapse; }
#link td { padding: 10px; }
#link ul { margin: 10px; padding: 5px; text-align: center; }
#link li { margin: 0; padding: 0 10px; font-size: 14px; font-weight: bold; display: inline; list-style: none outside; }
#link li.ltitle { color: #c00; }
#link .title { font-size: 14px; line-height: 1.3em; font-weight: bold; }
table#tlink { width: 700px; margin: 0; padding: 0; border-collapse: collapse; border: 0; }
#lcontent { width: 560px; padding: 10px 0 0; background: url(../images/c_bg.jpg) left top no-repeat; }
#lcontent table, #lcontent td { text-align: left; background: none; border: none; }
#lcontent div { margin: 20px; }
#lcategory table { width: 100%; margin: 10px 0; border-top: 1px solid #ccc; }
#lcategory .ctitle { font-weight: bold; }
.menuth { text-align: center; }
.menutd { text-align: center; width: 33%; }
