@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 {
	margin: 0;
	padding: 0;
}

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

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

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

.cl-b {
	clear: both;
}

img.alignright {
	margin: 0 0 10px 10px;
	display:inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	display:inline;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}



/*--- default */
body {
	background:url(../img/body_bg.png);
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link {
	color: #1176cb;
	text-decoration: none;
}

a:visited {
	color: #1176cb;
	text-decoration: none;
}

a:hover {
	color: #66B4F2;
	text-decoration: none;
}

a:active {
	color: #66B4F2;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}



/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	width: 860px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header #logo {
	margin: 20px 0 20px 0;
}

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



/* -----------------------------------------------------------
	#navi
----------------------------------------------------------- */
#navi {
	float: right;
}

#navi #gNav {
	clear: both;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	margin: 0 auto;
}

#gNav {
}

#gNav li {
	float:left;
	font-size: 13px;
	line-height: 25px;
	margin: 0 30px 0 0;
	padding: 0 0 0 10px;
	border-left: 1px dashed #e0e0e0;
}

#gNav li.gNav_last {
	margin: 0 0 0 0;
	padding: 0 30px 0 10px;
	border-right: 1px dashed #e0e0e0;
}

#gNav li a {
	text-decoration: none;
}



/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg,
#mainImg_2 {
	height: 400px;
	margin: 0;
	clear: both;
	line-height: 0;
	z-index: 0;
	position: relative;
	background:url(../img/main.png) repeat-x;	
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}

#mainImg_2 {
	height: 250px;
}

#line {
	border-bottom: 5px solid #1176cb;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 860px;
	margin: 40px auto 0 auto;
	padding: 0 20px 60px 20px;
	text-align: left;
}

.contentsBox {
	width: 860px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 40px;
}

.contentsBox .box {
	float: left;
	width: 420px;
	font-size: 12px;
	text-align: justify;
	padding: 15px 5px;
	border-bottom: 3px dotted #1176cb;
}

.contentsBox .box2 {
	float: right;
	width: 420px;
	font-size: 12px;
	text-align: justify;
	padding: 15px 0px;
	border-bottom: 3px dotted #1176cb;
}

.contentsBox h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 4px 5px;
	background:url(../img/bg_main_1_h2.png) no-repeat bottom;
}

.contentsBox .box img {
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 2px 2px 5px #000;
}

.contentsBox .box h3 {
	font-size: 15px;
	font-weight: normal;
	height: 30px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 10px;
}

.contentsBox .box h3 a {
	text-decoration: none;
}

.contentsBox a:hover .box h3,
.contentsBox a:hover .box p {
	color: #795A0B;
	text-decoration: none;
}

.contentsBox a:hover {
}

.contentsBox .box p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 45px;
	line-height: 16px;
}

.contentsBox p.readon {
	height: 20px;
	margin: 10px 0 0 0;
	text-align: right;
}

.contentsBox p.readon a {
	color: #FFF;
    padding: 3px 10px;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: #1176cb;
	text-decoration: none;
	border-radius: 3px;
}

.contentsBox p.readon a:hover {
	opacity: 0.7;
}



/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main_2 {
	float: left;
	width: 600px;
}

#main_1 h2,
#main_2 h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
	background:url(../img/bg_main_1_h2.png) no-repeat bottom;
}

#main_1 p,
#main_2 p {
	font-size: 14px;
	margin: 0 5px 15px 5px;
	padding: 0 0 0 0;
	line-height: 22px;
	text-align: justify;
}

#main_1 img,
#main_2 img {
	box-shadow: 2px 2px 5px #000;
}

.cate_page .cate_main {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}

.cate_page .cate_main h3 {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
	background:url(../img/bg_main_1_h2.png) no-repeat bottom;
}

.cate_page .cate_main h3 a {
	text-decoration: none;
}

.cate_page .cate_main h3 a:hover {
}

.cate_page .cate_main h3 .next {
	font-size: 12px;
	cursor: pointer;
	float: right;
	transition: background-color 0.5s;
	color: #FFF;
	margin: 5px 0 0 0;
    padding: 2px 10px;
	line-height: 20px;
	letter-spacing: 0;
	text-decoration: none;
	border-radius: 3px;
	background-color: #1176cb;
}

.cate_page .cate_main h3 a .next {
	color: #FFF;
}

.cate_page .cate_main h3 a:hover .next {
	opacity: 0.6;
}

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



/* -----------------------------------------------------------
	#side
----------------------------------------------------------- */
#side {
	float: right;
	width: 220px;
}

#side h3 {
	color: #FFF;
	font-size: 14px;
	height: 32px;
	line-height: 36px;
	margin: 0 0 5px 0;
	padding: 0 0 4px 10px;
	letter-spacing: 2px;
	background-color: #1176cb;
	border-radius: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#side h3 .list {
	float: right;
	padding-right: 10px;
	background:url(../img/arrow.png) no-repeat 0 8px;
}

#side h3 .list a {
	color: #FFF;
    padding: 3px 0 3px 25px;
	text-align: center;
	text-decoration: none;
}

#side h3 .list a:hover {
	opacity: 0.6;
}

#side ul {
	clear: both;
	margin: 0 0 0 0;
	padding: 10px;
	border: 1px solid #1176cb;
	border-radius: 3px;
}

#side ul li {
	color: #1176cb;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	border-bottom: 1px dashed #1176cb;
}



/* -----------------------------------------------------------
	#jo_link_list
----------------------------------------------------------- */
#contents #jo_link_list,
#contents #pack_link_list {
	float: left;
	width: 600px;
	margin: 80px 0 0 0;
}

#contents #jo_link_list h3,
#contents #pack_link_list h3 {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
	background:url(../img/bg_main_1_h2.png) no-repeat bottom;
}

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

#contents #jo_link_list a:link,
#contents #jo_link_list a:visited,
#contents #pack_link_list a:link,
#contents #pack_link_list a:visited {
	text-decoration: none;
}

#contents #jo_link_list a:hover,
#contents #pack_link_list a:hover {
	text-decoration: none;
}




/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	clear: both;
	border-top: solid #dadada 1px;
	padding: 20px 0;
}

#footerContents {
	width: 860px;
	margin: 0 auto;
	padding: 0 20px;
}

#footerNavi {
	float: right;
	margin: 0 0 50px 0;
}

#footerNavi ul {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
}

#footerNavi ul li {
	display: inline;
	border-left: dotted 1px #e0e0e0;
	padding: 0 10px 0 10px;
}

#footerNavi ul li.end {
	display: inline;
	border-right: dotted 1px #e0e0e0;
	padding: 0 10px 0 10px;
}

#footerNavi a:link,
#footerNavi a:visited,
#footerNavi a:active {
	text-decoration: none;
}

#footerNavi a:hover{
	text-decoration: none;
}

#footer #footerContents p {
	text-align: center;
}

#footer #footerContents p a {
	text-decoration:none;
}

#footer #footerContents p a:hover {
}




