/* 基本設定　
------------------------------------------------------------ */

h1 {
	font-size: 140%;
	display: none;
}

h2 {
	font-size: 100%;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

h3 {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 3px;
	padding: 0px;
}

h5 {
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 80%;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}



/* リンクの設定
------------------------------------------------------------ */

a:link { color: #006FB9; text-decoration: underline }

a:visited { text-decoration:underline }

a:hover { color: #006FB9; text-decoration:none }

a:active { color: #006FB9;text-decoration:none }



/* containerブロックの設定
------------------------------------------------------------ */

/* headerブロックの設定
------------------------------------------------------------ */


/* naviブロックの設定
------------------------------------------------------------ */


/* footpathブロックの設定
------------------------------------------------------------ */

#footpath {
	font-size: 75%;
}


/* contentsブロックの設定
------------------------------------------------------------ */


/* top_contentsブロックの設定
------------------------------------------------------------ */



/* wrap_contentsブロックの設定
------------------------------------------------------------ */

#main_contents_right h4 {
	margin-bottom: 3px;
}

#side_contents_right h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#feature p {
	margin: 10px;
}


#con_main_contents th {
	font-size: 90%;
	font-weight: normal;
	color: #FFF
}

#con_main_contents td {
	font-size: 80%;
	line-height: 150%;
}

#con_main_contents p {
	margin-top: 17px;
}

#con_main_contents h3 {
	margin-top: 17px;
}

#con_main_contents span {
	font-size: 80%;
	line-height: 150%;
}

#con_main_contents li {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 10px;
}



/* bottom_contentsブロックの設定
------------------------------------------------------------ */


/* footerブロック内の設定
------------------------------------------------------------ */

.credit {
	font-size: 75%;
	line-height: 180%;
	color: #666666;
}

