@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////////////

common2 style.css｛ヘッダ部分のみ｝

///////////////////////////////////////////////////////////////////*/

/*------------------------------------------

body container line link 

------------------------------------------*/

html,body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color:#514533;
	text-align: center;/*for IE5*/
	background-color: #ffffff;
}

html hr {display: none;}

html img {border:0px;}

html br {margin:0px;padding:0px;}

#container {
	padding:0px;
	width: 800px;
	height:100%;
	min-height:100%;
	margin: 0px auto;
}

/* line */


.dot {
	background-image: url(../img/common/dott.jpg);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.red {
	font-size: 7pt;
	color: #FF4040;
}

#line {
	clear: both;
	height: 1px;
	width: 800px;
	margin: 5px auto 10px auto;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #E03537;
	margin-right: auto;
}

/* link */

a         {text-decoration:none; border:0px;}

a:link    {color:#402600;text-decoration: none;}
a:visited {color:#331404;text-decoration: none;}
a:active  {color:#DE5912;text-decoration: none;}
a:hover   {color:#DE5912;text-decoration: none;}

/*------------------------------------------

clearfix

------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}
.clearfix {
    display: inline;
	height: 1%;
}

* html .clearfix { display: block; }

/* no ie mac */
* html .clearfix { height: 1%; }

.clearfix { display: block; }

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/*------------------------------------------

header

------------------------------------------*/

#container #header {
	width: 800px;
	text-align: left;/*for IE5*/
	background-image: url(../img/common/header_bk.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px auto;
	text-indent: 10px;
}

#container #header p {
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

/*------------------------------------------

nav{ h1 h2 ul li}

------------------------------------------*/

#container #nav {
	width: 800px;
	background-color: #FFFFFF;
	display: block;
}

h1 {
	margin: 0px;
	float: left;
	padding: 23px 10px 20px 10px;
}

h2 {
	float: right;
	margin: 0px;
	padding: 20px 10px 10px 10px;
}

#container #nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 133px;
	float: left;
}

#container #nav ul {
	display: block;
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	text-align: left;/*for IE5*/
}


/* list */

#container .list {
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #E03537;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*------------------------------------------

IE6

------------------------------------------*/

* html #container {
	padding:0px;
	width: 810px;
	height:100%;
	min-height:100%;
	margin: 0px;
	text-align:center;
}

* html #container #nav ul {
	display: block;
	padding: 0px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

* html #container #nav li {
	display: inline;
	margin: 0px -1px 0px 0px;
	padding: 0px;
	height: 33px;
	width: 134px;
	float: left;
}


