@charset "utf-8";
/* CSS Document */
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption 
	{
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	}
blockquote:before, blockquote:after, q:before, q:after 
	{
	content: '';
	content: none;
	}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 
	{
	_zoom: 1;
	display: block;
	text-align: left;
	}
img 
	{
	border: 0;
	max-width:100%;
	}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table 
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
/*
==================================================
基本スタイル
==================================================
*/
body 
	{
	width:0 auto;
	background-color: #F8F8F8;
	color: #111;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	background:url(../img/bg.png) center top repeat-y;
	}

h1, h2, h3, h4, h5, h6, .title, dt 
	{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
	}
.clear 
	{
	clear: both;
	font-size: 1px;
	}

/* リスト
==================================================
*/
ul 
	{
	list-style: none url(img/li.png) outside;
	padding: 10px 20px;
	}
ol 
	{
	list-style-type: decimal;
	padding: 10px 24px;
	}
/* リンク
==================================================
*/
a { color: #007acc; }
a:hover 
	{
	color: #ff0000;
	text-decoration: none;
	}
a:hover img 
	{
	background: none !important;
	}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover 
	{
	left: 1px;
	position: relative;
	top: 1px;
	}

/*
==================================================
全体
==================================================
*/

/* レイアウト
==================================================
*/
#wrapper 
	{
	margin: 0 auto;
	text-align: center;
	width: 900px;
	}
#wrapper .inner 
	{
	margin: 0 auto;
	text-align: center;
	width: 900px;
	padding: 0 20px 15px;
	}
#contents 
	{
	position: relative;
	}
#siteNavi 
	{
	font-size: 12px;
	margin-bottom: 10px;
	}
	
p img
	{
	text-align:center;
	}

p.yohaku{
	margin-bottom: 10px;
}

.img1
	{
	padding-left:2px;
	padding-right:3px;
	vertical-align:middle;
	}

/****** media query ******/
@media screen and (max-width: 900px)
{
#wrapper,#wrapper .inner
	{
	width:100%;
	}
#wrapper .inner
	{ padding:0 0 15px; }
}
/*************************/

/* ページ上部へ戻る
==================================================
*/
/*ボタンを固定する*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/*ボタンをデザインする*/
#pagetop a {
    background: #ccc;
    text-decoration: none;
    color: #E3DEDB;
    padding: 10px;
    text-align: center;
    display: block;
		border-radius: 100px;
		font-size:25px;
}

#pagetop a:hover
	{
	opacity: 0.5;
	}


/* 回り込み・回り込み解除
==================================================
*/
.txt-img 
	{
	}
.txt-img img
	{
	margin: 0 8px 8px 8px;
	}
.center 
	{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img 
	{
	margin-bottom: 30px;
	}
.float-l img { 
	margin-right: 30px;
	}
.float-r img 
	{
	margin-left: 30px;
	}
.clear, .FloatEnd { clear: both }
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top 
	{
	border-top: 3px solid #FD777F;
	text-align: center;
	}
#top #logo, #top h1 
	{
	height: 38px;
	layout-grid-line: 38px;
	line-height: 38px;
	padding-left: 12px;
	}
#top #logo a, #top h1 a 
	{
	color: #666;
	display: table-cell;
	font-weight: 400;
	height: 38px;
	layout-grid-line: 38px;
	line-height: 38px;
	text-decoration: none;
	vertical-align: middle;
	}
#top #logo a img, #top h1 a img 
	{
	vertical-align: middle;
	}

/* ヘッダー
==================================================
*/
#header 
	{
	height: 280px;
	text-align: center;
	width: 900px;
	margin-left:-20px;
	}

/****** media query ******/
@media screen and (max-width: 900px)
{
#header
	{
	width:100%;
	margin-left:0;
	height:auto;
	}
}
/*************************/

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main 
	{
	width: 900px;
	padding:20px 0;
	text-align:left;
	}

#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 
	{
	margin-bottom: 25px;
	overflow: hidden;
	padding: 5px;
	}

/****** media query ******/
@media screen and (max-width: 900px)
{
#main
	{ padding:20px 10px; }
}
/*************************/


/* 見出し
==================================================
*/
#main h2, #main h3 
	{
	background-color: #FFF6F7;
	background-image: url(img/h3_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #F9E2E4;
	margin-bottom: 5px;
	overflow: hidden;
	}
#main h2 span, #main h3 span 
	{
	background-image: url(img/h3.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
	color: #F56F78;
	display: block;
	font-size: 18px;
	padding: 9px 10px 9px 22px;
	}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 
	{
	margin-top: 20px;
	}

.top_box h3 
	{
border-top:1px solid #C71585;
border-bottom:1px solid #C71585;
padding:20px 0;
	}

#main h4 
	{
	background-color: #FFF5F6;
	border-bottom: 1px solid #F9E2E4;
	margin: 20px auto 10px;
	}
#main h4 span 
	{
	border-bottom: 1px solid #FFF;
	color: #F56F78;
	display: block;
	font-size: 15px;
	padding: 8px 12px;
	}
#main h5 
	{
	border-left: 4px solid #FE9DA4;
	color: #F56F78;
	font-size: 14px;
	line-height: 150%;
	margin: 20px auto 10px;
	padding: 0 6px;
	}
#main h6 
	{
	background-image: url(img/h6.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	color: #F56F78;
	margin: 5px auto;
	padding: 2px 0 2px 16px;
	}
#main .atn02 
	{
	background-color: #FFFCE1;
	border: 1px solid #FFCF10;
	margin-top: 20px;
	overflow: hidden;
	padding: 8px 15px;
	}
#main .atn02 span 
	{
	background-image: url(img/atn_02.png);
	background-position: left -1px;
	background-repeat: no-repeat;
	color: #ED2F04;
	font-weight: bold;
	display: block;
	padding: 1px 0 1px 30px;
	}

.contentBox 
	{
	padding: 15px 30px;
	margin-bottom: 45px;
	}

.img_border 
	{
	border: 1px solid #c6c6c6;
	padding: 15px;
	}
	

	


/****** media query ******/
@media screen and (max-width: 900px)
{
.contentBox 
	{ padding:15px 10px; }
}
/*************************/

/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu 
	{
	float: left;
	overflow: hidden;
	width: 215px;
	}
#menu ul#newEntry, #menu ul #entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive 
	{
	display: block;
	line-height: 140%;
	list-style: none none outside;
	padding: 10px 5px;
	}
#menu .rankbox 
	{
	background-color: #F9F9F9;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 10px;
	}
#menu .rankbox img 
	{
	width: 185px;
	}
.menubox 
	{
	background-color: #FFF;
	margin-bottom: 20px;
	}
.menulist 
	{
	background-color: #F7F7F7;
	padding: 2px 5px 5px;
	overflow: hidden;
	}
.menulist ul 
	{
	border-top: 1px solid #EBEBEB;
	list-style: none none outside;
	padding: 0;
	}
.menulist li 
	{
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	}
.menulist li a 
	{
	background-image: url(img/menu_bg.png);
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color: #F56F78;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
	overflow: hidden;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	*zoom: 1;
	}
.menulist li a:hover 
	{
	background-color: #FFF5F6;
	color: #F56F78;
	position: static !important;
	text-decoration: underline;
	}
.menulist .l2 a 
	{
	background-image: url(img/menu_bg2.png);
	background-position: 20px 14px;
	font-weight: normal;
	padding-left: 32px;
	}
.menulist .l3 a 
	{
	background-image: url(img/menu_bg2.png);
	background-position: 30px 14px;
	font-weight: normal;
	padding-left: 42px;
	}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 
	{
	background-image: url(img/menu_h4_bg_b.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 3px;
	}
#menu .title span, #rmenu .title span, #menu h4 span, #rmenu h4 span 
	{
	background-color: #FFB7BD;
	background-image: url(img/menu_h4_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	padding: 8px 12px 7px;
	position: relative;
	}

/* バナー領域
==================================================
*/
.bannerbox 
	{
	background-color: #FFF;
	margin-bottom: 10px;
	}
.bannerbox ul 
	{
	list-style: none none outside;
	padding: 5px;
	}
.bannerbox li 
	{
	margin-bottom: 5px;
	}
.bannerbox li a 
	{
	font-size: 15px;
	}
.bannerbox li a img 
	{
	vertical-align: bottom; 
	}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry li, ul#entryarchive li 
	{
	background-image: url(img/menu_bg2.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 12px;
	margin-bottom: 8px;
	}

/*
==================================================
フッター
==================================================
*/
#footer
	{
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
	width: 896px;
	}
#footer .inner 
	{
	background-color: #795C4A;
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 4px solid #B79A92;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	width: 896px;
	}
	

.midasi1 
	{
	padding: 18px 0 18px 15px ;
	background-color:#795C4A;
	color:#fff;
	/*
	border-top:1px solid #795C4A;
	border-left:13px solid #795C4A;
	border-right:13px solid #795C4A;
	border-bottom:1px solid #795C4A;
	*/
	}
	


/****** media query ******/
@media screen and (max-width: 900px)
{
#footer,#footer .inner
	{ width:100%; }
}
/*************************/

#footer a 
	{
	color: #fff;
	text-decoration:none;
	}

#footer a:hover 
	{
	color: #ccc;
	text-decoration:underline;
	}

#footer p 
	{
	overflow: hidden;
	padding: 10px 0 10px 0;
	text-align: center;
	}
#footlink 
	{
	display: table;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 20px;
	padding-top: 10px;
	text-align: center;
	width: 860px;
	}
#footlink span 
	{
	border-left: 1px solid #BFBFBF;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: -1px;
	*margin-left: -2px;
	*display: inline;
	*zoom: 1;
	}
#footlink a 
	{
	background-color: #795C4A;
	border-right: 1px solid #BFBFBF;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
	font-size: 12px;
	padding: 0 15px;
	*display: inline;
	*zoom: 1;
	}
#footsub 
	{
	padding: 10px 0 0 0 !important;
	}
#footsub a 
	{
	margin: 0 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}

#footermenu 
	{
	text-align: center;
	padding: 0 10px;
	}

#footermenu span 
	{
	margin: 0;
	padding: 0 10px;
	}

#footermenu a 
	{
	background-image: url(img/menu_bg2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px;
	}


/*
==================================================
レイアウト
==================================================
*/
#column1 
	{
	padding: 17px 0 0;
	text-align: center;
	}
#column1 #main 
	{
	float: none;
	width: auto;
	padding-bottom: 20px;
	}



/*
==================================================
飾り枠
==================================================
*/

.txt-decbox1  .top
	{
	height: 14px;
	background-position: left top;
	background-image: url(img/decbox1.png);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 50px 0px 50px;
	}

.txt-decbox1  .body
	{
	width: 800px;
	_width: auto;
	background-image: url(img/dec1_body.png);
	background-position: left center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 10px 30px 10px 30px;
	}

.txt-decbox1 .body a:hover
	{
	opacity:0.3;
	}

.txt-decbox1  .bottom
	{
	height:10px;
	background-image: url(img/decbox1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	}

.txt-decbox1 p 
	{
	margin: 0;
	padding: 0px 10px;
	}

.txt-decbox2  .top
	{
	height:6px;
	background-image: url(img/decbox2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0 50px 0px 50px;
	}

.txt-decbox2  .body
	{
	width: 800px;
	_width: auto;
	background-image: url(img/dec2_body.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 10px 30px 10px 30px;
	}

.txt-decbox2  .bottom
	{
	height:10px;
	background-image: url(img/decbox2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.txt-decbox2 p 
	{
	margin: 0;
	padding: 0px 10px;
	}
	

.midasi2{
	padding: .5em .75em;
	border: 2px solid #478FB1;
	border-radius: 7px;
}

.midasi3{ /* 二重下線 */
	padding-bottom: .5em;
	border-bottom: 3px double #ccc;
}

/*
==================================================
*/

body
	{ font-size: 15px; }

#submenu img
	{
	max-width:100%;
	height:auto;
	}
#topmenu{top: 321px;}
#main{ float: right; }


body{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}


/*--------------------------
文字装飾
---------------------------*/
.red {color:#ff0000;}
.red1 {color:#A01C38;}
.blue {color:#0000ff;}
.pink {color:#C71585;}
.brown{color:#4B3939;}
.yellow { color:#FF0;}
.orange { color:#F90;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}
.lg {font-size:17px;}
.lg2 {font-size:18px;}
.lg3 {font-size:20px;}
.lg4 {font-size:22px;}
.lg5 {font-size:24px;}
.lg6 {font-size:26px;}
.lg7 {font-size:28px;}
.lg8 {font-size:30px;}
.largemarker
 
	{
	background-color: #ffff00;
	padding: 0.3em;
	margin-left: 0.1em;
	margin-right: 0.2em;
	}
	
.largemarker2
 
	{
	background-color: #ffff00;
	padding: 0.1em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	}

.kasen 
	{
   text-decoration: none;
   border-bottom: 1px solid #ff0000;
   padding-bottom: 0;
	} /* 下線の間隔を空ける */

.double_kasen 
	{
   text-decoration: none;
   border-bottom: 3px double #ff0000;
   padding-bottom: 0;
	} /* 下線の間隔を空ける */
	
.blue_kasen{
   text-decoration: underline #0074e8;
}

.kasen0{
	background: linear-gradient(transparent 50%, #ffff66 30%);
}

.kasen1{
	background: linear-gradient(transparent 70%, #ff66ff 60%);
}

.kasen2{
	background: linear-gradient(transparent 70%, #4FCEC7 60%);
}

.kasen3 {
	background: linear-gradient(transparent 0%, #F7DD67 0%);
}


	
.ct 
	{
		text-align:center;
	}

.yohaku1{
	padding: 10px 0;
}

.yohaku2{
	padding: 0 10px 0 0;
}

.yohaku3{
	padding: 20px 0;
}

.yohaku4{
	padding-top: 20px;
}


.font16{
	font-size: 16px;
}

.font17{
	font-size:17px;
}

.font19{
		font-size:19px;
}



/*--------------------------
ページ送り
---------------------------*/
.pagenavi
	{
	padding:5px;
	}



/*--------------------------
吹き出し
---------------------------*/
.arrow_box1{
    position:relative;
    width:600px;
    height:70px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:2px solid #FF0000;
    color:#666666;
    font-size:15px;
    font-weight:bold;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
}
.arrow_box1:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box1:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -9px;
    border-right-color:#FFFFFF;
}
.arrow_box1:before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -11px;
    margin-right: 2px;
    border-right-color:#FF0000;
}


.arrow_box2{
    position:relative;
    width:600px;
    height:70px;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:2px solid #0000ff;
    color:#666666;
    font-size:15px;
    font-weight:bold;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
}
.arrow_box2:after,.arrow_box2:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box2:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -9px;
    border-left-color:#FFFFFF;
}
.arrow_box2:before{
    border-color: rgba(0, 0, 255, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -11px;
    margin-left: 2px;
    border-left-color:#0000ff;
}




/****** media query ******/
@media screen and (max-width: 900px)
{
.midasi1
	{
	margin-left:0px;
	font-size:17px;
	}
}
/*************************/

