@charset "UTF-8";
/* このファイルは共通の指定 */
/* リセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
}
/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }
body {
	background-image: url(../images/general-common/header-back.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	line-height: 1.8em;
	color: #503C32;
}

a {
color: #3071B4;
text-decoration: none;
}
a:hover  { 
color: #D56013; 
}

#position {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*-----▼ブロックスキップ-----*/

.shadow {
  position: absolute;
  left: -9999em; 
}

/*-----▼全体の包括-----*/
#wrap {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-----▼ヘッダー-----*/
#header {
	width: 900px;
	height: 55px;
}

#rogo {
	float: left;
}

#header ul {
float: right;
height: 47px;
list-style-type: none;
}
#header li { 
	float: left;
}


/*-----▼パンくずリスト-----*/

#topicpass {
width: 900px;
padding-top: 10px;
padding-bottom: 10px;
}
#topicpass ul {
list-style-type: none;
}
#topicpass li {
	display: inline;
}

.clear {
clear: both; 
}
/*-----▼左サイド、右コンテンツの包括-----*/

#con {
	padding-right: 30px;
}

/*-----▼左サイドエリア-----*/

#side {
	width: 242px;
	float: left;
}

/*-----▼文字サイズ変更-----*/
#textsize {
	width: 242px;
}

#textsize ul {
list-style-type: none;
}
#textsize li {
	float: left;
}

/*-----▼サイドバナー-----*/
#sidebanner {
	clear: both; 
}
/*-----▼グローバルナビ-----*/
#gnavi {
width: 242px;
background-image: url(../images/general-common/sidenavi-back.jpg);
background-repeat: repeat-y;
margin-top: 20px;
border: 1px solid #0075BA;
}

#gnavi ul {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 18px;
list-style-image: url(../images/general-common/listbutton.gif);
padding-right: 5px;
list-style-position: outside;
}
#gnavi li {
padding-top: 3px;
padding-bottom: 3px;
}

.category{
padding-top: 5px;
background-color: #3071B4;

}
.category a{color: #FFFFFF;
}


/*-----▼右コンテンツエリア-----*/


#main {
	width: 565px;
	float: right;
}

#main p {
	margin-bottom: 15px;
}

/*-----▼このページの上へ-----*/

.pagetop {
	margin-top: 20px;
}


/*-----▼フッタエリア-----*/

#footbanner {
	margin-top: 20px;
	width: 900px;
	height: 125px;
	background-image: url(../images/general-common/foot-banner-back.jpg);
	background-repeat: no-repeat;
}
#footbanner img {
	float: left;
}

#footer {
	width: 100%;
	height: 100px;
	background-image: url(../images/general-common/footer-back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#footer ul {
	width: 900px;
	height: 50px;
	list-style-type: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	display: inline;
}
#footer img {
}

.clear {
clear: both;
}

