/*-----------------------------------------------------
HTML
-------------------------------------------------------*/
html {
	
	overflow-y:scroll;
}



/*-----------------------------------------------------
BODY
-------------------------------------------------------*/
body {
	color: #333333;
	background-color: #f0f0f0;
	line-break: strict;
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 130%;
}


img {
    border: 0px;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

ul,li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

/*-----------------------------------------------------
CONTAINER
-------------------------------------------------------*/
div.container {
	width:100%;
	margin: 0 auto;
	text-align: center;
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
#content{
	width: 780px;
	text-align:left;
	background:#FFFFFF;
	margin:0 auto;
	clear: both;
	font-size:100%;
}

/*-----------------------------------------------------
SUMMARY
-------------------------------------------------------*/
#summary {
	background-color: #E7B88A;
	font-size: 80%;
	text-align: left;
	padding: 5px 10px;
	line-height: 1.25em;
}
*:first-child+html #summary{
	font-size:70%;
}

*:first-child+html #summary span{
	font-size:80%;
}


/*-----------------------------------------------------
HEADER
-------------------------------------------------------*/
#header{
	position:relative;
	height:150px;
	background-image: url(../../common/image/header_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#header h1{
	padding:0;
	margin:0px;
	padding-top:15px;
	margin-left:15px;
}

#header address{
	padding:0;
	margin:0px;
	margin-bottom:10px;
	vertical-align:bottom;
	text-align:right;
	margin-right:15px;
}



/*-----------------------------------------------------
MAIN
-------------------------------------------------------*/
#main {
	margin:0px;
	padding:0px;
	text-align: left;
	background-image: url(../../common/image/main_back.gif);
	background-repeat: repeat-y;
}
.main-inner{

}

#right_box {
	width: 618px;
	float: right;
	border-right:#CCCCCC 1px solid;
	border-left:#FFFFFF 1px solid;
	background:#FFFFFF;
}

#left_box {
	width: 160px;
	float: left;
}
#left_box ul {
    margin: 0px;
	padding: 0px;
	width: 160px;
	list-style-type: none;
	clear: both;
}
#left_box li {
	margin: 0px;
	padding: 0px;
	background-color: #A9775E;
	width: 160px;
	display: block;
	line-height: 0;
	font-size: 0px;
	clear: both;
}
#left_box li img{
	vertical-align:top;
}
#right_box ul.sitenav{
	margin-left:60px;
	_font-size: 12px;
	font-size: 74%;
	text-align:center;
}
#right_box ul.sitenav li{
	padding-left:4px;
	padding-right:4px;
	border-left: #999999 1px solid;
	float:left;
	text-align:center;
}
#right_box ul.sitenav li.end{
	padding-left:4px;
	padding-right:4px;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	float:left;
}
#right_box ul.sitenav li a:link {
	color: #333333;
	text-decoration: none;
}
#right_box ul.sitenav li a:visited {
	color: #333333;
	text-decoration: none;
}
#right_box ul.sitenav li a:hover {
	color: #333333;
	text-decoration: underline;
}
#right_box ul.sitenav li a:active {
	color: #333333;
	text-decoration: none;
}


*:first-child+html #right_box ul.sitenav{
	font-size:50%;
} 



/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/
#footer{
	background-color: #E7B88E;
	clear: both;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}


/*-----------------------------------------------------
FONT SIZE
-------------------------------------------------------*/
#font_size {
	width:160px;
	height:30px;
	background:url(../image/fontsize_back.gif) no-repeat;
	text-align:right;
}

#font_size img{
	padding:0px;
	margin:0px;
}

/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
   display:inline-block;
}

/* WinIE5,6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
	display: block;


}
