@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.5em "メイリオ", 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;
}

p {
	padding: ●px;
}

table {
	border-collapse: collapse;
}

td {
	padding: ●px;
}

th {
	padding: ●px;
}


img {
	vertical-align: bottom;
	border: 0;
}


li {
	list-style-type: none;
}


/* ------------------------------
aTAG
------------------------------ */
a {
	color: #BF0000;
	text-decoration: none;
}

a:hover {
	color: #BF0000;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/*-----------------------------
Base
------------------------------ */
#wrapper {
	margin: 0 auto;
}

#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}
#headerin{
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 97px;
	}

#logo {
	position: absolute;
	width: 263px;
	height: 35px;
	top: 39px;
}

#header .tx{
	position: absolute;
	width: 181px;
	height: 35px;
	left: 264px;
	top: 39px;
}

#header ul {
	position: absolute;
	width: 175px;
	right: 10px;
	top: 57px;
}

#header ul li {
	display: inline;
	padding: 0;
}

#mainImage {
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	height: 420px;
}

#mainNav {
	width: 900px;
	margin: 0 auto;
}

#mainNav ul li {
	float: left;
}
#mainNav li.sp{
	float: right;
	width: 290px;}

#contentBox {
	width: 920px;
	margin: 35px auto 0 auto;
}

#content {
	float: right;
	width: 670px;
}

#sideNav {
	float: left;
	width: 220px;
}
#sideNav ul{
	margin: 10px 0;
	padding: 0px 0 20px 0;
	border: 1px solid #B2B2B2;
	background-color: #F5F5F5;
}
#sideNav li{
	margin: 0 auto;
	width: 194px;}
#sideNav img.sp{
	margin-bottom: 10px;}

#footer {
	clear: both;
	height: 84px;
	padding-top: 20px;
	background-image: url(../images/bg_foot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footerin {
	position: relative;
	margin: 0 auto;
	padding: 54px 0 0 0 ;
	width: 900px;
	height: 30px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footerin p{
	position: absolute;
	padding: 0;
	width: 133px;
	height: 30px;
	right: 0px;
	bottom: 0px;}

#copyright {
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}

