
/****************************************
		一般的な設定 
*****************************************/
body {
	color: #333;
	font: 16px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:auto;
}
a:link { color: #2254A5; text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited {	color: #2254A5;}



/****************************************
		基本的なレイアウト
*****************************************/
#wrapper {
	margin: 0 auto;
	background-color: #FFF;
	width: 100%;
	
}

#container {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 950px;
	
}


/* パンくずリスト */
#nav { color:#333;	width:940px; padding:0 30px;font-size: 15px;}
#nav .nav_tp { margin: 10px 0;}
#nav .nav_tp a {text-decoration:none;}
#nav .nav_tp a:hover {text-decoration: underline;}

/****************************************
		ヘッダー, ヘッダーメニュー
*****************************************/
/* header_top */
#header_top_wr {
	width: 100%;
	background:url(images/bg_h_t.png) bottom left repeat-x;
}
#header_top { 
	width: 960px; 
	height: 80px; 
	margin:0 auto;
	
}
#header_top h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top:25px;
	line-height:1;
}
#header_top h1 a:link { color: #333; text-decoration: none;/* IE6対策 */}
#header_top h1 a:visited {color: #333;}
#header_top h2 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
	text-indent: -9999px;
	line-height:1.4;
}
/* header */
#headerWrapper {
	background: #FFF url("images/bg_ban.png") repeat-x 0 1px;
	padding-top: 15px;
	
}
header {
	width: 950px;
	height: 254px;
	border: 1px solid #a0a0a0;
	background:#fff url(images/ban.jpg) 3px 3px no-repeat;
	margin: 1px auto 15px;
	
}


/* topmenu */
#nav_wr { 
	width: 100%;
	background: #234d74 url(images/menu_bg.png) 0 0 repeat-x;
	line-height: 40px;

	border-bottom:2px solid #18305c;
}
#topmenu{
    display: block;
    width:950px; 
	margin: 0 auto 1px;
    padding:0;
	line-height:40px;
	background: url(images/menu_line.png) no-repeat right 1px;

}
#topmenu ul{
    width:100%;
    height: 100%;
    margin:0px;
    padding:0;	
}
#topmenu li{
    list-style:none;
    padding: 0;
    float:left;
    margin: 0px;
	text-align: center;
	font-size:15px;
	height:40px;
	overflow:hidden;
	width: 16.65%;
	background: url(images/menu_line.png) no-repeat 0 1px;
}
#topmenu li a:link {
    display:block;    
    color: #fff;
	font-weight: bold;
	text-decoration:none;
	width:100%; /* IE6対策 */
}

#topmenu li a:visited { color: #fff;}
#topmenu a:hover { 
	text-decoration: none;
	background: url(images/menu_line.png) no-repeat 0 1px, url(images/menu_bg_o.png) 0 0 repeat-x ;
}



/****************************************
		カラムの設定
*****************************************/
/* space_1: メインカラム */
#space_1 {
	clear: both;
	float:left;
	text-align: center;
	padding: 0;
	width: 950px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	overflow: hidden;/* IE6のカラム落ち対策 */
	display: inline;/* IE6のカラム落ち対策 */
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}
#space_1 article {	border: 1px solid #a0a0a0;}
	
.box_menu {
	line-height: 30px;
	margin: 0;
	background:#2c5982 url("images/bg_title.png") repeat-x;
}
.box_menu span { padding: 0 5px; color:#fff;}
.box_main {	margin: 0;	padding: 5px 10px;}


/* space_2: サブカラム */
#space_2 {
	float:left;
	text-align: center;
	width:263px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
	margin-left: 15px;
}
#space_2 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}
#space_2 article {	border: 1px solid #ccc;}


/* space_3: 3カラム対応 */
#space_3 {
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
}
#space_3 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}
#space_3 article {	border: 1px solid #ccc;}



/****************************************
		サイドメニュー
*****************************************/
.box_main ul.sideMenu, .box_main ol.sideMenu {margin: 5px 0 10px; padding: 0;}

#mod_blog_post ul.sideMenu  {	padding-top: 0; margin-left:0; }
ul.sideMenu li {
	background-color :#F4EEDD;
	margin-bottom: 3px;
	width: 100%;
	list-style: none;
	color:#333;
	font-weight: bold;
}
ul.sideMenu li a {
	display: block;
	padding: 3px 10px 3px 20px;
	color:#333;
	text-decoration: none;/* IE6対策 */
}
ul.sideMenu li a:visited {
	color:#333;
}
ul.sideMenu li a:hover {
	text-decoration: none;
	color:#333;
	background-color:#ECE2C4;
}
ul.tensen li {
	border-bottom: 1px dashed #CACACA;
	margin: 0 10px 5px;
	list-style: none;
	padding-bottom: 3px;
}
ul.sideMenu li{	position: relative;}
ul.sideMenu li::before  {
	content: "";
	border-top: 3px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #F4823E;
	position: absolute;
	left: 0;
	top: 20px;
	margin-top: -8px;
	margin-left: 8px;	
}


/****************************************
		見出し設定
*****************************************/
/* 「ブログ」「ブロックHTML」のh2（タイトル） */
h2.mod_blog_block_title/* ブログタイトル */ , h2#mod_blog_main_title/* ブログタイトル(個別ページ） */  {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 25px;
	font-size: 17px;
}
h2.m_page_subject/* ブロックHTMLのh2（タイトル） */ {
	border-bottom: 1px solid #999;
	padding:5px 5px 3px;
	margin-bottom: 10px;
	font-size: 17px;
}

/* 投稿内の見出し*/
#mod_blog_post h1, .mod_blog_list_body h1, .m_page_body h1{
	background-color: #d9d9da;
	padding: 2px 5px;
	margin: 10px 0 5px;
}
#mod_blog_post h2, .mod_blog_list_body h2, .m_page_body h2 {
	border-bottom: 1px dashed #666;
	padding-bottom:3px;
	margin: 10px 0 5px;
	padding-left: 5px;
}

#mod_blog_post h3, .mod_blog_list_body h3, .m_page_body h3 {
	position: relative;
	padding-left:20px; 
	margin: 10px 0 0 6px;
}
#mod_blog_post h3::before, .mod_blog_list_body h3::before, .m_page_body h3::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 12px;
	height: 12px;
	margin-top:  -9px;
	border-radius: 50%;
	background: #f48848;	
}

#mod_blog_post h4, .mod_blog_list_body h4, .m_page_body h4 {
	position: relative;
	margin: 10px 0 5px 15px;
	padding-left: 8px;
}
#mod_blog_post h4::before, .mod_blog_list_body h4::before, .m_page_body h4::before {
	content: "";
	border-top: 6px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #f48848;
	position: absolute;
	left: -7px;
	top: 13px;
	margin-top: -8px;
}
#mod_blog_post h5, .mod_blog_list_body h5, .m_page_body h5 { margin:10px 0 5px 10px;}
#mod_blog_post h6, .mod_blog_list_body h6, .m_page_body h6 { margin:10px 0 5px 10px;}
#mod_blog_post h7, .mod_blog_list_body h7, .m_page_body h7 { margin:10px 0 5px 10px;}
#mod_blog_post ul, .mod_blog_list_body ul, .m_page_body ul { margin-left: 30px; margin-bottom: 5px;}
#mod_blog_post ol, .mod_blog_list_body ol, .m_page_body ol { margin-left: 33px; margin-bottom: 5px;}
#mod_blog_post p, .mod_blog_list_body p, .m_page_body p { margin: 0 10px;}


/****************************************
		フッター
*****************************************/
footer {
	width: 100%;
	clear: both;
	padding: 0;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;	
    z-index: 9999;
	font-size: 13px;
}
#footer_wr { 
	height: 30px;
	clear: both;
	margin-top:0;
}


/****************************************
		その他
*****************************************/
/* 「ページの上部へ」ボタン */
.pagetop_wr {
	width:960px; 
	margin:0 auto;
    bottom: 40px;
	right: 0;
    z-index: 9999;
	position: fixed;
}
.pagetop {
	display: block;
	width:100%;
	line-height: 24px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;		
}
.pagetop a:link {
	display: block;
	width:125px;
	padding: 1px 0 0;
	text-decoration: none;
	color:#fff;
	float: right;
	background-color: #2a567f;

}
.pagetop a:visited {color:#fff;} 
.pagetop a:hover {
	text-decoration: none; 
	background-color: #3f719f; 
}


/* 汎用 */
table {
	width: 95%;
}



