@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:12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
}


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

a:hover {
	color:#5fb4da;
}

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

.cl-b {
	clear: both;
}



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

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

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

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

#sidebar{
	float: left;
	width:233px;
	padding:22px 0 50px;
}

#main{
	float: right;
	width:627px;
	padding:22px 0 50px;
}

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



/*******************************
/* ヘッダー
*******************************/
#headerWrap_top {
	height:774px;
	background:#fff url(images/wall.jpg) repeat-x 0 0;
}

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

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

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

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

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

#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 {
	position:absolute;
	top:102px;
	height:45px;
	background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li {
	text-indent: -5000px;
	float:left;
}

ul#mainNav a {
	display: block;
	width: 216px;
	height: 45px;
	background:url(images/mainNav1.jpg) no-repeat 0 0;
}

ul#mainNav li a:hover {
	background-position:0 -45px;
}

ul#mainNav li.menu-item-2 a {
	background-image:url(images/mainNav2.jpg);
}

ul#mainNav li.menu-item-3 a {
	background-image:url(images/mainNav3.jpg);
}

ul#mainNav li.menu-item-4 a {
	background-image:url(images/mainNav4.jpg);
}

ul#mainNav li.menu-item-5 a {
	background-image:url(images/mainNav5.jpg);
}	



/*******************************
/* メイン
*******************************/
#mainImg {
	margin-top:-624px;
}

h3.heading {
	clear:both;
	padding-left:25px;
	line-height:32px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background:url(images/headingBg.png) no-repeat 0 0;
}

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:#CF6C89;
}

h3.heading a:hover {
	color: #FFF;
}
	

.main {
	padding:20px 10px 20px 10px;
	margin:0 0 40px 0;
	border:0;
	background:none;
	border:1px solid #dcdcdc;
}

.main p {
	font-size: 13px;
	text-align: justify;
	margin: 0 0 10px 0;
	padding:0 10px 0 10px;
}

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

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




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

#main #jo_link_list h4,
#main #pack_link_list h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main #jo_link_list p,
#main #pack_link_list p {
	margin: 0 0 15px 20px;
}



/*******************************
/* サイトバー
*******************************/
#sidebar h3 {
	clear:both;
	padding-left:25px;
	line-height:32px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background:url(images/side_headingBg.png) no-repeat 0 0;
}

ul.info {
	overflow:hidden;
	padding: 0 0 0 0;
	border:1px solid #dcdcdc;
	margin-bottom:20px;
}

ul.info li {
	font-size: 14px;
	text-align: center;
	line-height:0;
	padding:10px 0;
	margin-right: 0 0 0 0;
	border-bottom:1px dashed #dcdcdc;
}

ul.info a:link,
ul.info a:visited {
	display: block;
	padding: 0 0 0 0;
	line-height:normal;
	text-decoration:none;
	color: #CF6C89;
}

ul.info a:hover {
	color: #FFF;
	background-color: #CF6C89;
}

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



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

#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:#fff;
	font-size:13px;
}

p#copy a {
	color: #FFF;
}

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

