
/****************************************
		一般的な設定 
*****************************************/
body {
	color: #333;
	font: 16px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #272727;
}
a:link { color: #2254A5; text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited {	color: #2254A5;}



/****************************************
		基本的なレイアウト
*****************************************/
#wrapper {
	margin: 0 auto;
	background-color: #FFF;
	width: 1000px;

}
#container {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* パンくずリスト */
#nav { color:#333;	width:940px; padding:0 30px;}
#nav .nav_tp { margin: 10px 0; font-size: 15px;}
#nav .nav_tp a {text-decoration:none;}
#nav .nav_tp a:hover {text-decoration: underline;}

/****************************************
		ヘッダー, ヘッダーメニュー
*****************************************/
/* header_top */
#header_top { height: 70px; }
#header_top h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top:22px;
	padding-left: 30px;
	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 */
header {
	height: 210px;
	margin:0 auto;
	background: #fff url(images/ban.jpg) no-repeat center top;
}


/* topmenu */
#topmenu{
    display: block;
    width:940px; margin: 0 auto;
    padding:0;
    background-color: #272727;
	line-height:30px;
}
#topmenu ul{
    width:100%;
    height: 100%;
    margin:0px;
    padding:0;	
}
#topmenu li{
    list-style:none;
    padding: 0;
    float:left;
    margin: 0px;
    border-right: solid 2px #D0D0D0;
	text-align: center;
	font-size:15px;
	height:30px;
	overflow:hidden;
}
#topmenu li a:link {
    display:block;    
    color: #fff;
	font-weight: bold;
	text-decoration:none;
	width:100%; /* IE6対策 */
}
#topmenu li:last-child{ border-right:none;}
#topmenu li a:visited { color: #fff;}
#topmenu a:hover { background-color: #6C6C6C; text-decoration: none;}



/****************************************
		カラムの設定
*****************************************/
/* space_1: メインカラム */
#space_1 {
	clear: both;
	float:left;
	text-align: center;
	padding: 0;
	width: 650px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	overflow: hidden;/* IE6のカラム落ち対策 */
	display: inline;/* IE6のカラム落ち対策 */
	margin-left:30px;
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}


/* space_2: サブカラム */
#space_2 {
	float:left;
	text-align: center;
	width:260px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
	margin-left: 30px;
}
#space_2 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}


/* space_3: 3カラム対応 */
#space_2 {
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
}
#space_3 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}

/* space_1 space_2  (カラーはここで指定) */
.box_menu {
	border-left:solid 7px #272727;
	background-color: #dbdbdb;
	line-height: 22px;
	padding: 2px 5px 2px 10px;
}
.box_menu span { color: #333; font-size: 16px;}
.box_main {	margin: 0;	padding: 5px 0;}



/****************************************
		サイドメニュー
*****************************************/
.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:#EADEBB;
}
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 #F16613;
	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: #ECEEF4;
	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;
	margin: 10px 0 5px 15px;
	padding-left: 1px;
}
#mod_blog_post h3::before, .mod_blog_list_body h3::before, .m_page_body h3::before {
	content: "";
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #F16613;
	position: absolute;
	left: -10px;
	top: 14px;
	margin-top: -8px;
}
#mod_blog_post h4, .mod_blog_list_body h4, .m_page_body h4 {
	position: relative;
	padding-left:13px; 
	margin: 10px 0 0 6px;
}
#mod_blog_post h4::before, .mod_blog_list_body h4::before, .m_page_body h4::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 9px;
	height: 9px;
	margin-top:  -7px;
	border-radius: 50%;
	background: #F16613;	
}
#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-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom:0;
	font-size: 13px;
	background-color: #fff;
}
.footer_content {background-color: #fff !important}
#footer_wr { height: 85px;clear: both;}


/****************************************
		その他
*****************************************/
/* 「ページの上部へ」ボタン */
.pagetop_wr {position: absolute; bottom:0; right:0}
.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;
	margin-bottom: 30px;
	background-color: #272727;
}
.pagetop a:visited {color:#fff;} 
.pagetop a:hover {text-decoration: none; background-color: #6C6C6C;}