
/****************************************
		一般的な設定 
*****************************************/
body {
	color: #333;
	font-family: Helvetica,Arial,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #F7F7F7 ;font-size: 16px !important;
	line-height: 1.6;
	background: url("images/img_back.png") repeat-x;
}
a:link { color: #2254A5; text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited {	color: #2254A5;}



/****************************************
		基本的なレイアウト
*****************************************/
#wrapper {
	margin: 0 auto;
	box-shadow: 0 0 10px 0 #999; /* CSS3 */	
	border-left: 1px solid #ccc;/* IE11以下(ローカルではシャドウがきくがeコミになるとシャドウがきかないため） */
	border-right: 1px solid #ccc;/* IE11以下(ローカルではシャドウがきくがeコミになるとシャドウがきかないため） */
	background-color: #FFF;
	width: 850px;
	padding:0;
	padding-bottom: 100px;
	
}
#container {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}


/* パンくずリスト */
#nav { color:#333;	width:100%;}
#nav .nav_tp { margin: 10px 23px;}
#nav .nav_tp a {text-decoration:none;}
#nav .nav_tp a:hover {text-decoration: underline;}

/****************************************
		ヘッダー, ヘッダーメニュー
*****************************************/
/* header_top */
header {
	width:850px;
	position: relative;
	height: 90px;
}

header h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top:25px;
	padding-left: 20px;
	padding-right:20px;
	line-height:1.2;
}

header h1 a {
	width: 392px;
	height: 34px;
	color: #333;	
}

header h1 a:visited {
	color: #333 ;
}

header h1 a:link {
	color: #333 ;
}

header h1 a:hover {
	color: #333 ;
	text-decoration: none;
}
header h2 {
	text-indent: -9999px;
}




/* topmenu */
#topmenu{
    display: block;
    width:810px;
    margin:0px 20px;
    padding:0;
	line-height:26px;
	border-top: 5px solid #004da8;
	border-right: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background: #fff;
	background: -webkit-linear-gradient(#fff 40%, #dcd9d9 80%, #b2afaf 100%); /*For Old WebKit*/
	background: linear-gradient(#fff 40%, #dcd9d9 80%, #dcd9d9 100%); /*For Modern Browser*/
}
#topmenu ul{
    width:100%;
    height: 100%;
    margin:0px;
    padding:0;	
}
#topmenu li{
    list-style:none;
    padding: 0;
    float:left;
    margin: 0px;
	border-right: solid 1px #8C8C8C;
	text-align: center;
	font-size:14px;
	height:26px;
	overflow:hidden;
	width: 19.76%;/* この数値は実際にはいれなくてOK（動的に処理） */
}
#topmenu li a:link {
    display:block;    
    color: #333;
	font-weight: bold;
	text-decoration:none;
	width:100%; /* IE6対策 */
}
#topmenu li a:visited { color: #333;}
#topmenu a:hover { 
	text-decoration: none;
	background: #b7b7b7;
	background: -webkit-linear-gradient(#fff 20%, #e0e0e1 60%, #979494 100%); /*For Old WebKit*/
	background: linear-gradient(#fff 20%, #e0e0e1 60%, #979494 100%); /*For Modern Browser*/
}
#topmenu li:last-child{ border-right:none;}



/****************************************
		カラムの設定
*****************************************/
/* space_1: 左カラム */
#space_1 {
	clear: both;
	float:left;
	text-align: center;
	padding: 0;
	width: 810px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	overflow: hidden;/* IE6のカラム落ち対策 */
	display: inline;/* IE6のカラム落ち対策 */
	margin:0 20px;
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}


/* space_1 space_2 space_3 (カラーはここで指定) */
.box_menu {
	line-height: 22px;
	padding: 2px 5px 2px 10px;
	border-left: solid 5px #004da8;/*左線（実線 太さ 色）*/
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #e0e0e1 linear-gradient(to bottom, #fff 10%, #dedede);
}
.box_menu span { color: #333; font-size: 16px;}
.box_main {	margin: 0;	padding: 15px 10px;}


/****************************************
		サイドメニュー
*****************************************/
.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  {	padding-top: 0; }
ul.sideMenu li {
	background-color :#F0F0E1;
	margin-bottom: 3px;
	width: 100%;
	list-style: none;
	color:#333;
	font-weight: bold;
}
ul.sideMenu li a {
	display: block;
	padding: 3px 10px 3px 18px;
	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:#E4E4CB;
}
ul.tensen li {
	border-bottom: 1px dashed #999;
	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 #FF8000;
	position: absolute;
	left: 0;
	top: 20px;
	margin-top: -8px;
	margin-left: 5px;	
}



/****************************************
		投稿内の設定（見出し等）
(ブログ記事個別)(ブログ記事一覧)(ブロックHTML)の順
*****************************************/

h2.mod_blog_block_title, h2#mod_blog_main_title /* ブログタイトル */ {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 25px;
	font-size: 16px;
}
h2.mod_blog_block_title, h2#mod_blog_main_title /* ブログタイトル(個別ページ） */ {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 20px;
	font-size: 16px;
}

h2.m_page_subject/* ブロックHTML */ {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#mod_blog_post h1, .mod_blog_list_body h1, .m_page_body h1{
	background-color: #E3EBFE;
	line-height: 22px;
	padding: 2px 5px 2px 10px;
	border-radius: 3px;
}
#mod_blog_post h2, .mod_blog_list_body h2, .m_page_body h2 {
	border-bottom: 1px dashed #999;
	padding-bottom:3px;
	margin: 10px 0 5px;
	padding-left: 5px;
	background-color: #fff;
}
#mod_blog_post h3, .mod_blog_list_body h3, .m_page_body h3 {
	position: relative;
	margin: 10px 0 5px 17px;
	padding-left:4px; 
}
#mod_blog_post h3::before, .mod_blog_list_body h3::before, .m_page_body h3::before {
	content: "";
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #FF8000;
	position: absolute;
	left: -10px;
	top: 15px;
	margin-top: -8px;
}
#mod_blog_post h4, .mod_blog_list_body h4, .m_page_body h4 {
	position: relative;
	padding-left:16px; 
	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: 7px;
	height: 7px;
	margin-top:  -7px;
	border-radius: 50%;
	background: #FF8000;	
}
#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: 810px !important;
	clear: both;
	padding: 15px 0 15px;
	margin-left: 20px !important;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	position: absolute;
	bottom:0;
	color: #1b1b1b;
	font-size: 13px;
	border-top: 4px solid #004da8;
}

#footer_wr {
	height:0;
}

/* 「ページの上部へ」ボタン */
.pagetop_wr {
	width: 810px;
	margin: 0 auto;
	position: absolute; bottom:53px; right:0
}
.pagetop {
	display: block;
	line-height: 22px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-left: 665px;
}
.pagetop a:link {
	display: block;
	width:125px;
	height: 22px;
	padding: 1px 0 0;
	text-decoration: none;
	color:#fff;
	background-color: #004da8;
}
.pagetop a:visited {color:#fff;} 
.pagetop a:hover {text-decoration: none; background-color: #527dc0;}


/****************************************
		その他
*****************************************/

