/*----------リセットCSS----------*/
*{
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5 {
	font-size: 100%;
}

body{
	color: #4b4b4b;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	background-color: #E0E0E0;
	text-align: center;
}

a:link,
a:visited {
	color: #3e49d1;
	text-decoration: none;
}

a:hover,
a:active {
	color: #00f;
	text-decoration: none;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	line-height: inherit;
}

img {
	border-style:none;
	border-width: 0;
}

/*----------clear_fix----------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------基本構成----------*/
#container {
	background-color: #fff;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#header {
	width: 800px;
	clear: both;
}
#menu {
	background-color: #83359b;
	height: 35px;
	clear: both;
	text-align: left;
}
#main {
	width: 800px;
	clear: both;
}
#footer {
	width: 800px;
	float: none;
	clear: both;
	padding-top: 80px;
	text-align: center;
}
/*----------ヘッダー----------*/
#header h1 {
	background-image: url(../main-photo/pearlroad_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 800px;
	height: 110px;
}
#menu h2 {
	text-indent: -9999px;
	height: 0px;
}

#menu ul {
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	text-align: center;
	width: 100px;
	height: 35px;
	float: left;
	overflow: hidden;
	display: inline;
}
#menu li a:link, #menu li a:visited {
	color: white;
	font-size: 14px;
	line-height: 35px;
	background-color: #83359b;
	width: 100px;
	height: 35px;
	display: block;
	text-decoration: none;
}
#menu li a:active, #menu li a:hover {
	color: white;
	background-color: #340f6c;
	text-decoration: none;
}
/*フッター*/
#footer .add { color: #5f5f5f; padding: 5px; }
#footer .copy { color: #a7a7a7; font-size: 10px; padding-top: 10px; }


/*サブコンテンツ共通デザイン*/

#wrapper {
	width: 740px;
	margin-left: 20px;
	clear: both;
	margin-top: 20px;
}

#main_box {
	float: right;
	width: 540px;
	text-align: left;
	display: inline;
	overflow: hidden;
	margin-top: 20px;
}

#sub_box {
	float: left;
	width: 170px;
	text-align: left;
	display: inline;
	overflow: hidden;
}


h2.title {
	font-size: 20px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#sub_box ul {
	width: 160px;
}
#sub_box li {
	font-weight: normal;
	float: none;
	height: 35px;
	width: 160px;
	margin-bottom: 6px;
}
#sub_box li a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 160px;
	line-height: 35px;
	text-decoration: none;
	text-indent: 10px;
}


#sub_box li a:link,
#sub_box li a:visited {
	background-image: url(../common_img/linkbt_back.gif);
	color: #666;
}

#sub_box li a:hover,
#sub_box li a:active {
	background-image: url(../common_img/linkbt_back-over.gif);
}
