@charset "UTF-8";

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

table {
	border-collapse: collapse;
	border-spacing:0;
}

img {
	border:0;
	line-height:0;
}

ol,ul {
	list-style:none;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    /* background: url(images/body_bg.png); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background: #e3e3e3;
}


a:link,
a:visited {
	color:#5fb4da;
	text-decoration:none;
}

a:hover {
	color:#367f93;
}

a:active, a:focus {
	outline:0;
}

.cl-b {
	clear: both;
}



/*******************************
レイアウト
*******************************/
#header {
	margin:0 auto;
	width:800px;
	clear:both;
}

#mainNav {
	margin:0 auto;
	width:800px;
	clear:both;
}

#mainImg {
	margin:0 auto;
	width: 100%;
	clear:both;
}

#mainImg p {
	margin:0 auto;
	width: 1000px;
	clear:both;
}

#wrapper {
	margin:0 auto;
	width:800px;
	clear:both;
}

#sidebar{
	float: right;
	width: 180px;
	padding:0 0 50px;
}

#main{
	float: left;
	width: 600px;
	padding: 0 0 50px;
}

#footer ul{
	margin:0 auto;
	width:880px;
	clear:both;
}



/*******************************
/* ヘッダー
*******************************/
#headerWrap_top {
	height: 200px;
}

#headerWrap {
	height:160px;
	background:#fff url(images/wall2.jpg) repeat-x 0 0;
}

#header {
	position:relative;
	height:147px;
}

#header h1,
#header h2 {
	top:31px;
	font-size:15px;
	font-weight:normal;
	line-height:22px;
}

#header h1 {
	top:2px;
	left:0;
	color:#666;
}

#header h1 a:link,
#header h1 a:visited {
	text-decoration:none;
	color:#666;
}

#header h1 a:hover {
	opacity: 0.6;
}

/* ロゴ */
#header h2 {
	left:0;
	top: 40px;
}

#header h2 a {
}

#header h2 a:hover {
	opacity:0.6;
}


/************************************
/* メインナビゲーション
************************************/
ul#mainNav {
	background:url(images/mainNavBg.png);
}

ul#mainNav li {
	float:left;
	text-align: center;
}

ul#mainNav a {
	font-size: 13px;
    display: block;
    color: #897336;
    margin: 9px 0 9px 0;
    padding: 0px 33px 0px;
    border-right: 1px solid #FFF;
    font-weight: bold;
}

ul#mainNav li a:hover {
	color: #F90;
}

ul#mainNav li span {
	font-size: 10px;
}



/*******************************
/* メイン
*******************************/
#mainImg {
	padding: 3px 0;
	box-shadow: 0px 0px 5px #000;
	background-color: #FFF;
}

h3.heading {
	clear:both;
	margin: 0 0 15px 0;
	padding: 0 10px;
	line-height:32px;
	font-size: 16px;
	font-weight:normal;
	color:#FFF;
	border-bottom: 2px solid #FFF;
}

h3.heading span {
	font-size:10px;
	color:#5fb4da;
	padding-left:10px;
	line-height:34px;
}

h3.heading a:link,
h3.heading a:visited {
	text-decoration:none;
	color:#F90;
}

h3.heading a:hover {
	opacity: 0.7;
}
	
.main {
	padding: 30px;
	margin:0 0 40px 0;
	border:0;
	background:url(images/main_bg.png);
}

.main p {
	font-size: 13px;
	text-align: justify;
	margin: 0 0 15px 0;
	padding:0 10px 0 10px;
	letter-spacing: 1px;
	color: #FFF;
}

.main p a:link,
.main p a:visited {
	text-decoration: underline;
	color: #F90;
}

.main p a:hover {
	opacity: 0.7;
	text-decoration: none;
}



/*******************************
/* jo_link_list , pack_link_list
*******************************/
#main #jo_link_list,
#main #pack_link_list {
	margin: 80px 0 0 0;
}

#main #jo_link_list h4,
#main #pack_link_list h4 {
	color: #FFF;
	margin: 0 0 15px 0;
}

#main #jo_link_list p,
#main #pack_link_list p {
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 15px 0;
}

#main #jo_link_list a:link,
#main #jo_link_list a:visited,
#main #pack_link_list a:link,
#main #pack_link_list a:visited {
	text-decoration: underline;
	color: #F90;
}

#main #jo_link_list a:hover,
#main #pack_link_list a:hover {
	opacity: 0.7;
	text-decoration: none;
}



/*******************************
/* サイトバー
*******************************/
#sidebar h3 {
	    /* clear: both; */
    /* padding-left: 25px; */
    line-height: 32px;
    font-size: 12px;
    /* font-weight: normal; */
    color: #7a7978;
    text-align: center;
}

ul.info {
	padding: 0 0 0 0;
	margin-bottom:20px;
}

ul.info li {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height:0;
	padding:5px 0;
	margin-right: 0 0 0 0;
}

ul.info a:link,
ul.info a:visited {
	display: block;
	padding: 7px 0 0 10px;
	line-height:normal;
	text-decoration:none;
	color: #897336;
	box-shadow: 1px 1px 1px #b39999;
	letter-spacing: 1px;
}

ul.info a:hover {
	color: #000;
}

ul.info li.last {
	border-bottom:none;
}



/*******************************
/* フッター
*******************************/
#footer {
	clear:both;
}

#footer ul {
	padding:25px 0;
	text-align:center;
}

#footer li {
	display: inline;
	padding: 5px 16px;
	border-left:1px dotted #ccc;
}

#footer li a {
	text-decoration:none;
	color:#FFF;
}

#footer li a:hover {
	color:#e0e0e0;
}

p#copy {
	padding:10px 0 10px;
	text-align:center;
	color:#666;
	font-size:13px;
}

p#copy a {
	color: #666;
}

#footer p a:hover {
	color:#666;
}

