/*----------------------------------------------------------------------------
******************************************************************************
default
******************************************************************************
----------------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #CEC9BD;
}

html,body{
    height: 100%;
}

body,h1,h2,h4,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol{
font-family:"ＭＳ Ｐゴシック", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
font-size:small;
font-weight:normal;
line-height:1.4em;
line-break:strict;
voice-family:"\"}\"";
voice-family:inherit;
font-size:small;
color:#333333;
}

a{overflow:hidden;}
a:link{color:#196bc7;text-decoration:none;}/*通常時のリンク設定*/
a:visited{color:#196bc7;text-decoration:none;}/*クリック後のリンク設定*/
a:hover{color:#196bc7;text-decoration:underline;}/*マウスオーバー時のリンク設定*/
a:active{color:#196bc7;text-decoration:none;}/*クリック時のリンク設定*/


strong{font-weight: bold;}

.crr{
font-size:0;
line-height:0;
padding:0;
margin:0;
clear:both;
}

.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 */

/*----------------------------------------------------------------------------
******************************************************************************
wrap
******************************************************************************
----------------------------------------------------------------------------*/
#wrap{background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*----------------------------------------------------------------------------
******************************************************************************
hd
******************************************************************************
----------------------------------------------------------------------------*/

#hd{
	width: 780px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
#hd h1{float: left;}
#hd_menu{
	float: right;
}
/*----------------------------------------------------------------------------
******************************************************************************
menu
******************************************************************************
----------------------------------------------------------------------------*/
#menu{
	width: 780px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
#menu li{float: left;font-size: 0px;}

/*----------------------------------------------------------------------------
******************************************************************************
footer
******************************************************************************
----------------------------------------------------------------------------*/
#footer{
	background-color: #CEC9BD;
	background-image: url(../images/ft_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
}
#footer_con{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#footer_con #copy{
	float: left;
	height: 12px;
	width: 291px;
	margin-top: 17px;
}
#footer_con #go_top{
	height: 29px;
	width: 160px;
	float: right;
}
/*----------------------------------------------------------------------------
******************************************************************************
contents
******************************************************************************
----------------------------------------------------------------------------*/
#main{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 7px;
}
#mainLeft{
	float: left;
	width: 175px;
}
#mainRight{
	float: left;
	width: 603px;
	background-image: url(../images/mainright_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
}
