@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


body {
	font-family: Lucida Grande,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	background-color: #afafaf;
}

img {
	border: 0px;
}
p {
	font-size: 12px;
	line-height: 1.35em;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*リンク
------------------------------------------ */
a {
	color: #2158bd;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #5c579f;
}

a:hover {
	color: #1080b8;
}

/*------- container -----------*/
#container {
	width: 980px;
	margin: 0 auto;
	border: 1px solid;
	background: #ffffff;
}

#main_content {
	width: 980px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	clear: both;
}

#main_content #content_body {
	margin: 20px 55px 30px 55px;
	clear: both;
}

/*------- header -----------*/
#container #header {
	height: 90px;
	width: 980px;
	background: url(../image/header_bg.gif);
	background-repeat: repeat-x;
}


#header #logo {
	width: 95px;
	float: left;
	margin-top: 24px;
	padding-left: 15px;
}


#header #navigation {
	width: 800px;
	text-align: right;
	margin-top: 55px;
	float: right;
	clear: right;
	
}

#navigation ul {
	list-style :none;
	margin-right:10px;
		
}

#navigation ul li {
	display: inline;
	padding: 0px 15px;
	border-left: 1px solid #afafaf;
}


#navigation ul li a:link {
	text-decoration: none;
	color: #868686;
}
#navigation ul li a:hover {
	font-weight: bold;
}

#navigation ul li#no_border {
	border: none;
}


/*---------- footer  ---------------*/
#footer {
	text-align: right;
	padding: 5px 0px;
	clear: both;
	background-color: #afafaf;
}

#footer ul {
	list-style: none;
	margin-right: 12px;
}

#footer ul li {
	display: inline;
	margin-left: 25px;
}


/*---------- share parts ---------------*/
.h2_box {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #969696;
}

h2 {
	color: #6a6a6a;
	font-size:18px;
	padding: 0px;
	margin: 0px;
}

p#sub_heading
{
	font-size:16px;
	margin: 10px 0px 15px 0px;
	font-weight:bold;
}
