/* CSS Document */



*{
    margin:0px;
}


body{
    background:#451d00 url(../common/bg_body.gif) ;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	color:#333333;
	margin:0px;
}

html,body {

height:100%; /* needed for container min-height */

}




a {
	color:#669900;
	text-decoration: none;
}

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

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

ul,li{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
}


h1{

}

h2{
    font-size:100%;
	margin:0px 0px 5px 0px;
	padding-left:5px;
	color:#451d00;
	border-left:solid 8px #451d00;
	border-bottom:dotted 1px #451d00;
}

h3{
    font-size:100%;
	margin:0px 0px 5px 0px;
	color:#451d00;
	font-weight:normal;
}

h4{

}

/*===================================ハック===================================*/
.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 */


/*====================================大枠====================================*/

#minmax{
	max-width:780px;
	border:0px;
	margin:0px auto;
	padding:0px;
	/* ======
	background:#451D00;
	max-width:url(../common/bg_body_blue.gif) ;
	background:url(../common/bg_wrapper.gif) repeat-y center top;
	====== */
}

div#minmax {

height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

#wrapper{
	width:750px;
	height:100%;
	border:0px;
	margin:0px auto;
	padding:0px;
}


/*==================================ヘッダー==================================*/
#header{
    width:750px;
	height:116px;
	background:url(../common/header_bg.gif) no-repeat left;
	margin-bottom:15px;
}

#header .title{
    width:750px;
    float:left;
	margin-top:5px;
}

#header .title h1{
    font-size:10px;
	line-height:140%;
	font-weight:normal;
	color:#451d00;
    text-align:right;
	height:50px;
	float:right;
	width:540px;
	margin-right:20px !important;
	margin-right:13px;
}


#header .logo{
    margin:0px 0px 0px 20px;
	width:159px;
	float:left;
}


#header ul{
    float:right;
	margin-top:38px;
	margin-right:20px !important;
	margin-right:13px;
}

#header li{
    float:left;
	font-size:10px;
	line-height:1;
	width:auto;
}

#header li a{
    float:left;
	margin:0px 0px 0px 10px;
	text-align:right;
	padding:0px 0px 0px 12px;
	background:url(../common/arrow.gif) left top no-repeat;
	height:11px;
	color: #451d00;

}

#header li a:hover{
	background:url(../common/arrow.gif) left bottom no-repeat;
	color:#669900;
}



/*==============================コンテントトップ==============================*/
#contenttop{
    width:750px;
	height:18px;
	background:url(../common/boxtop.gif) no-repeat center;
}

#contentbox{
    width:750px;
	background-color:#ffffff;
}



/*==============================メインコンテント==============================*/
#maincontent{
    background-color:#ffffff;
	width:705px;
	margin:10px 0px 10px 20px;
	clear:both;
}


#title{
    width:705px;
	margin:0px 0px 20px 0px;
}

#title .titleimg{
    width:144px;
	float:left;
}

#title .title_right{
    width:560px;
	margin:30px 0px 0px 0px;
	float:left;
}

#title .title_right p{
	margin:5px 0px 0px 0px;
}

/*=================================フットナビ=================================*/
#footnavi{
    width:705px;
	text-align:right;
	margin:10px 0px;
	float:left;
}

#footnavi span{
    padding-left:15px;
	background:url(../common/arrow_top.gif) no-repeat left;
	line-height:100%;
	font-size:10px;
}

/*==================================フッター==================================*/
#footer{
    width:750px;
	text-align:center;
	background-color:#ffffff;
	

}

#footer p{
    width:705px;
	margin:0px auto;
	padding:5px 0px;
    border-top:dotted 2px #451d00;
	font-size:10px;
}

#boxbottom{
    width:750px;
	height:18px;
	background:url(../common/boxbottom.gif) no-repeat center;
	margin-bottom:20px;
	float:left;
}
