

/* ========= デフォルト ========= */

* {
	background-image: none;

	margin: 0;
	padding:0;

	line-height: 16px;	/* コンテンツ部は生テキスト+未推奨装飾が多いので コンテンツ部にあわせておく */
	font-size: 13px;	/* (<b>も使うため) */
	color:#333333;
}

body {
	background-color: #ffffff;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}

a img {
	border:none;
}

a {
	color:#3377bb;			/* 汎用link */
}

a:hover {
	text-decoration: none;	/* 汎用link hover 線なし */
}


/* ========= 空白 A ========= */
#sps_a {
	height: 10px;
}


/* ========= infoバー A ========= */

#info_a {
	display: block;

	width: 800px;
	height: 12px;

	margin-right: auto;
	margin-left: auto;
	border:none;
	padding: 1px;

	color: #338899;
	text-decoration: none;
}

#info_a a{
	border:none;

	font-size: 11px;
	color: #338899;
	text-decoration: none;
}

#info_a #mbllnk {
	float: left;	/* 他のアイテムを改行させないで並行に表示させるため	*/
	text-align: left;
}

#info_a #pr {
	text-align: right;

	font-size: 11px;
	color: #338899;
}


/* ========= タイトルバー A ========= */

#title_a {
	width:800px;
	height: 120px;
	background-image: url(./../img/bb.jpg);
/*	background-color: #b0e0ff;	*/
	background-color: #ffffff;

	margin-right: auto;
	margin-left: auto;
}

#title_a #sps{
	display: block;
	width: 750px;
	height: 38px;

/*	margin-left: 25px;	*/
/*	padding-top: 38px;	*/

/*	line-height: 38px;	*/
/*	font-size: 38px;	*/
}

#title_a  h1 a {
/*	display: block;*/
	width: 750px;

	margin-left: 25px;
/*	padding-top: 38px;*/

	line-height: 28px;
	font-size: 28px;
	color: #000000;
	text-decoration: none;
}

#title_a #sbjct{
	margin-left: 30px;

	font-size: 11px;
	color: #000000;
}

#title_a #surl{
	padding-top: 8px;
	padding-right: 30px;

	text-align: right;

	font-size: 11px;	/* aにしない場合用 */
	color: #000000;
	text-decoration: none;
}

#title_a #surl a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


/* ========= パンくずリスト A ========= */

#plist_a {
	width: 798px;
	height: 24px;

	background-color: #eeede9;

	margin-right: auto;
	margin-left: auto;

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;

	padding-top: 6px;
}

#plist_a ul {
/*リスト背景を指定する場合 */
/*	width: 750px;
	background-color: #ffffff;*/
	margin-left: 20px;
}

#plist_a li {
	display: inline;

	color: #777777;
	list-style-type: none;
}

#plist_a li a {
	background-image: url(./../img/pnt2.png); 
	background-repeat: no-repeat; 
	background-position: 6px center; 

	padding-left: 13px;
	padding-right: 8px;

	line-height: 20px;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

#plist_a li a:hover {
	background-color: #c0e0f0;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

	color: #000000;
}


/* ========= infoバー B(パンくずAと同色でつなげる) ========= */

#info_b {
	width: 798px;
/*	height: 1px;*/		/* 使用時に指定 またはコメント化して可変 */

	background-color: #eeede9;
/*	background-color: #00ede9; */ /* 領域確認用一時水色 */

	margin-right: auto;
	margin-left: auto;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;

	line-height: 14px;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}

#info_b td{						/* 広告配置 table用 */
	line-height: 14px;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}


/* ========== コンテナ A ========== */

#container_a {
	width:798px;
	background-color: #ffffff;

	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

/* 上線ありの場合適用 info_cも */
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;*/

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}

#wrapper {
	float: left;
	padding: 0px;
	margin-top: 0px; /* 5 */
}


/* ========= サイドバー A ========= */

#sidebar_a {
	float: left;	/* 他のアイテムを改行させないで並行に表示させるため	*/
	width: 190px; /* 175 */
	background-color: #eeede9;
/*	background-color: #EE2222; */ /*領域確認用 一時赤 */

	margin-left: 8px;			/* サイドバーの位置決め xy*/
	margin-top: 8px;

	margin-bottom: 10px;		/* info_cとの関連もあり必要 */

	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar_a li {
	list-style-type: none;		/* サイドバーA内の全ての liの頭に丸をつけないため　*/
}

#sidebar_a h5 {			/* h5はリンク用意 */
	margin-top: 8px;
/*	margin-right: auto;
	margin-left: auto;*/
	margin-bottom: 6px;

	line-height: 14px;
	font-size: 12px;
	color: #5588b0;
}

#sidebar_a h5 a{			/* h5リンク*/
	line-height: 14px;
	font-size: 12px;
	color: #3377bb;
}

#sidebar_a h5 a:hover {	/* h5リンク hover */
	background-color: #c0e0f0;
	color: #114470;
}


/* === サイドバー A用メニュー === */

#side_m {
	width: 160px; /* 160 */
/*	background-color: #B93333;*/ /* 一時赤 */
	background-color: #6690a0;
/*	border: 1px solid #ffffff; */
	margin-top: 0px; /* 5 */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px; /* 5 */
	padding: 0px 0px 0px 0px;
}

#side_m h3 {
	display: block;
	width: 160px;	/* 146 */
	height: 23px;

	background-color: #6690a0;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	text-align: center;
	line-height: 23px;
	font-size: 13px;
	color: #ffffff;
}

#side_m ul {
	margin-bottom: 0px;	/* side_m自体の指定とかぶってる	*/
}

#side_m li a {
	display: block;
	width:143px;

	background-color: #f1f1f1;
	background-image:url(./../img/pnt2.png);
	background-repeat: no-repeat;
	background-position: 4px center;

	margin-right: auto;
	margin-left: auto;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;	

	padding-top: 3px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 3px;

	line-height: 15px;
	font-size: 12px;
	color:#666666;

	text-decoration: none;
}

#side_m li a:hover {
	background-color: #c0e0f0;

	color: #000000;
	text-decoration: none;
}

/* === サイドバー A用定義 === */


/* === サイドバー A用 function 1 === */

#sidebar_a #side_f1 {
	display: block;
	width: 160px;	/* 146 */

	background-color: #cccccc;
/*	background-color: #eeede9;*/ /*バー同色の場合 */

	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

/*	border: 1px solid #006699; */

	padding-top: 3px;
	padding-bottom: 3px;
}

/* === サイドバー A用 function 2 === */

#sidebar_a #side_f2 {
	display: block;
	width: 180px;

	background-color: #cccccc;
/*	background-color: #eeede9;*/ /*バー同色の場合 */

	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

/*	border: 1px solid #006699; */

	padding-top: 3px;
	padding-bottom: 3px;

	line-height: 60px;
	font-size: 43px;
}


/* ========== コンテンツ部(バーありサイズ グレー) ========== */

#contents {
	float: left;

	width:571px; 				/* 798-(barx4 + bar190 + cntx12 + cnt pad 5 =211)= 587  */

/*	background-color: #ff9900;*/	/* 領域確認用一時オレンジ */
/*	background-color: #ffffff;*/	/* 背景白コンテンツの場合 */
	background-color: #eeede9;

	margin-left: 10px;			/* コンテンツ領域の位置決め xy  */
	margin-top: 8px;

	margin-bottom: 10px;		/* info_cとの関連もあり必要 */

	padding-left: 5px;			/* コンテンツ領域内 標準テキスト位置補正 xy */
	padding-top: 5px;

	line-height: 16px; /* 13px / 15or16あたり AAもバランス良い */
	font-size: 13px;
	color: #333333;
}

/* === contents内補正 === */

#contents #mmm{		/* 勢いのある補正はこちら */
	line-height: 24px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

#contents #ccc{		/* 紫系 補足文など */
	line-height: 16px;
	font-size: 13px;
	color: #7777ee;
}

#contents p{			/* pは暫定 基本pなし記述 様子見で調整*/
/*	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;*/

/*	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;*/

	line-height: 16px;
	font-size: 13px;
	color: #333333;
}

#contents h1 {
	background-color: #6690a0;

	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 8px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #88aac0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;

	line-height: 22px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

#contents h2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 8px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #88aac0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;

	line-height: 22px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

#contents h3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 3px;
	margin-bottom: 8px;

	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #88aac0;

	/* h3にも下線入れる場合 */
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;*/

	padding-left: 7px;

	line-height: 18px;
	font-size: 16px;
	color: #333333;
}

#contents h4 {			/* h4はリンク用意 */
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 3px;
	margin-bottom: 8px;

	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #88aac0;

	padding-left: 2px;

	line-height: 16px;
	font-size: 14px;
	color: #5588b0;
}

#contents h4 a{			/* h4リンク*/
	line-height: 16px;
	font-size: 14px;
	color: #3377bb;
}

#contents h4 a:hover {	/* h4リンク hover */
	background-color: #c0e0f0;
	color: #114470;
}

#contents h5 {			/* h5はリンク用意 */
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 3px;
	margin-bottom: 8px;

	line-height: 16px;
	font-size: 14px;
	color: #5588b0;
}

#contents h5 a{			/* h5リンク*/
	line-height: 16px;
	font-size: 14px;
	color: #3377bb;
}

#contents h5 a:hover {	/* h5リンク hover */
	background-color: #c0e0f0;
	color: #114470;
}


/* ========== infoバー C ========== */

#info_c {
	clear: both;	/* コンテンツ領域との関連 */

/*	background-color: #ff9900;*/	/* 領域確認用一時オレンジ */
	background-color: #eeede9;

	margin-top: 15px;			/* サイドバーorコンテンツ部との空白のため必要 */

/* 上線ありの場合適用 */
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699; */

	padding-top: 6px;

	line-height: 14px;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}

#info_c td{						/* 広告配置 table用 */
	line-height: 14px;
	font-size: 12px;
	color: #333333;
	font-style: normal;
}


/* ========== infoバー D ========== */

#info_d {
	display: block;
	background-color: #6690a0;

	padding: 5px;

	text-align: right;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
}

#info_d a{
	font-size: 10px;
	color: #ffffff;

	text-decoration: none;
}

#info_d a:hover {
	background-color: #c0e0f0;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

	font-size: 10px;
	color: #000000;

	text-decoration: none;
}

#info_d #acnt{
	float: left;	/* 他のアイテムを改行させないで並行に表示させるため	*/
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
}


/* ========= 空白 B ========= */
#sps_b {
	height: 12px;
}


