@charset "shift-jis";

* { margin: 0;
	padding:0; }	
body { 
	margin:0;
	padding:0;
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	border-top:2px #DD5252 solid;
	border-bottom:none;
	background:#F5F5F5;
}
p{
	font-size:14px;
	line-height:150%;}
#wrap{
	background:#F5F5F5
}

/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
a{
	color:#06F;
	text-decoration:underline; }
a:hover{
	color:#ffa42e;
	text-decoration:underline; }

/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }
.yline { background: #ffff00; }
.center {
	text-align: center;
	padding:5px 0px 0px 0px; }
.left {
	text-align: left;
	padding:5px 5px 0px 0px; }
.right {
	text-align: right;
	padding:5px 0px 0px 5px; }
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right; }
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right; }

/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
img{
	max-width:100%;
	*width:auto;
	height:auto;
	border: none;
	margin: 0;
	padding:0; }
a img {
	border: none; }

.entry-content a:hover{
	top:1px; left:1px; position:relative; }
.imgl {
	padding:0px 20px 20px 0px;
	float: left; }
.imgr {
	padding:0px 0px 20px 20px;
	float: right; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#top_box{
	width:950px;
	min-height:65px;
	margin:0 auto;
	background:#F5F5F5;
	clear:both;
}

/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
h1{
	width:950px;
	margin:4px auto 0;
	padding:0 auto 0;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#DD5252;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2サイトタイトル設定 */	
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
h2{
	width:820px;
	margin:7px auto 10px;
	padding:0;
	text-align:left;
	font-weight:bold;
	line-height:110%;
	float:left;
}
h2 a{
	margin:0;
	padding:0;
	color:#333333;
	font-size:22px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
}
h2 a:hover{
	color:#ffa42e;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bm_box{
	width:200px;
	margin:-42px auto 10px;
	padding:0;
	display:block;
	background: none;
	float:right;
}
#bm_box ul{
	margin:0 auto ;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	clear:both;
}
#bm_box ul li.sitemap a{
	wwidth:30px;
	height:30px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/btn_0sitemap.png) no-repeat;
}
#bm_box ul li.sitemap a:hover{
	background: url(img/btn_sitemap.png) no-repeat;
}
#bm_box ul li.rss a{
	width:30px;
	height:30px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/btn_0rss.png) no-repeat;
}
#bm_box ul li.rss a:hover{
	background: url(img/btn_rss.png) no-repeat;
}
#bm_box ul li.twitter a{
	width:30px;
	height:30px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	display:block;
	background:url(img/btn_0twitter.png) no-repeat;
}
#bm_box ul li.twitter a:hover{
	background:url(img/btn_twitter.png) no-repeat;
}
#bm_box ul li.hatena a{
	width:30px;
	height:30px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/btn_0hatena.png) no-repeat;
}
#bm_box ul li.hatena a:hover{
	background: url(img/btn_hatena.png) no-repeat;
}
#bm_box ul li a{
	width:30px;
	height:30px;
	display:block;
	text-decoration:none;
}
#bm_box ul li a:hover{
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#nav_box{
	width:100%;
	height:50px;
	margin:0 0 ;
	padding:0;
	display:block;
	list-style-type:none;
	text-align:center;
	background: url(img/back_navi.png) top repeat-x;
	border-top:2px #DD5252 solid;
	clear:both;
}
/* menu icon */
#menu_icon {
    display: none; /* hide menu icon initially */
}
#nav_box ul{
	width:950px;
	height:50px;
	margin:0 auto ;
	padding:0 10px;
	display:block;
	list-style-type:none;
	background: url(img/navi_back.png) top repeat-x;
	text-align:center;
}
#nav_box ul li{
	display:block;
	width:176px;
	*width:176px;
	height:50px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	line-height:51px;
	text-align:center;
	background:url(img/navi_back.png) left repeat;
	border-left:1px #CCCCCC solid;
	float:left;	
}
#nav_box ul li.last{
	display:block;
	width:174px;
	*width:174px;
	height:50px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	line-height:51px;
	text-align:center;
	background: url(img/navi_back.png) left repeat;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	float:left;	
}
#nav_box ul li.first{
	display:block;
	width: 65px;
	height:50px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:51px;
	text-align:center;
	background: url(img/navi_back.png) left repeat;
	float:left;
}
#nav_box ul li a{
	width:100%;
	height:50px;
	padding:0;
	color:#333333;
	text-decoration:none;
	display:block;
	overflow:hidden;
	background: url(img/navi_back.png) left repeat;
	display:block;
}
#nav_box ul li a:hover{
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
	background: url(img/back_navi.png) bottom repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#banner_box{
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	background:#dd5252 url(img/img_box_top.png) top repeat-x;
	overflow:hidden;
	clear:both;
}
#img{
	width:944px;
	min-height:220px;
	margin:0 auto;
	padding:0;
	border:3px #FFFFFF solid;
	background:url(img/banner.png) center right no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bread_box{
	margin:10px 0 0;
	padding:0;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#bread_box p{
	width:930px;
	margin:0 auto;
	padding:0;
	color:#FFFFFF;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border:none;
}
#bread_box p a{
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
}
#bottom_m a:hover, #bread_box p a:hover{
	padding:0;
	color:#ffa42e;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#centerin_box{
	width:950px;
	margin:0 auto;
	padding:15px 0 0;
	overflow:hidden;
	background:#F5F5F5;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#left_box{
	width:730px;
	margin:0;
	float:left;
}
#right_box{
	width:220px;
	margin:0;
	float:right;
}

/* ------------------------------------------------- */

#c_box{
	width:715px;
	margin:0 15px 0 0;
	padding:0;
	background:none;
	float:right;
}
#r_box{
	width:220px;
	margin:0;
	padding:0;
	float:right;
}
#l_box p, #r_box p{
	font-size:12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title{
	margin:0 auto;
	padding:13px 10px 10px 20px;
	color:#333333;
	font-weight:bold;
	border-bottom:none;
	text-align:left;
	font-size:20px;
	line-height:20px;
	border:none;
	border-top:4px #DD5252 solid;
	background:#FFFFFF;
	box-shadow:0 2px 3px #CCCCCC;
	clear: both;
}
.KanrenKiji{
	margin:0 auto;
	padding:20px 10px 3px 50px;
	color:#333333;
	font-weight:bold;
	border-bottom:none;
	text-align:left;
	font-size:20px;
	line-height:160%;
	border:none;
	border-top:4px #DD5252 solid;
	background:#FFFFFF url(img/clip.png) 14px 14px no-repeat;
	box-shadow:0 2px 3px #CCCCCC;
	clear: both;
}
.entry-content,.link-content, .sitemap-contents, .KanrenMenu{
	margin:0 0 15px;
	_margin:0 0 8px;
	padding: 20px;
	font-size:15px;
	line-height:160%;
	text-align:left;
	color:#333333;
	background:#FFFFFF;
	border-top:none;
	overflow:hidden;
	box-shadow:0 2px 3px #CCCCCC;
	clear:both;
}
.top-content{
	margin:0 0 15px;
	_margin:0 0 8px;
	padding:10px 20px;
	font-size:15px;
	line-height:150%;	
	text-align:left;
	color:#333333;
	background:#FFFFFF;
	border-top:none;
	overflow:hidden;
	box-shadow:0 2px 3px #CCCCCC;
	clear:both;
}
.entry-content p, .top-content p,.frwk_box{
	margin: 0;
	font-size:15px;
	line-height:160%;
}
#l_box .cate-title, #r_box .cate-title, #l_box .news, #r_box .news{
	margin:0;
	padding:10px 15px;
	font-size:14px;
	font-weight:bold;
	color:#444444;
	text-align:left;
	line-height:18px;
	background:#FFFFFF;
	border-left:4px #DD5252 solid;
	box-shadow:-1px 2px 3px #CCCCCC;
	clear:both;
}
.side-title{
	margin:0;
	padding:10px 15px;
	font-size:14px;
	font-weight:bold;
	color:#444444;
	text-align:left;
	line-height:18px;
	border:none;
	background:#EEEEEE;
	border-bottom:2px #DD5252 solid;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリーボタン設定 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news_s{
	margin:0;
	clear:both;
}
#word_box{
	margin:0 0 5px;
	font-size:12px;
	list-style-type: none;
	text-align:left;
	background:none;
	clear:both;
}
#l_box ul.cate, #r_box ul.cate, #word_box ul{
	margin:4px 0 15px;
	*margin:2px 0 8px;
	padding:0;
	font-size:12px;
	line-height:17px;
	text-align:left;
	list-style-type:none;
	border-top:none;
}
#l_box ul.cate li, #r_box ul.cate li, #word_box ul li{
	margin:0;
	padding:0;
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#l_box ul.cate li a, #r_box ul.cate li a, #word_box ul li a{
	margin:0;
	padding:8px 0px 8px 20px;
	color:#555555;
	font-weight:400;
	text-decoration:none;
	background:url(img/arrow.png) left center no-repeat;
	display:block;
}
#l_box ul.cate a:hover, #r_box ul.cate a:hover, #word_box ul li a:hover{
	color:#ffa42e;
	text-decoration: none;
	background:url(img/arrow.png) 3px center no-repeat;
}
.news-content{
	margin:0 0 15px;
	_margin:0 0 8px;
	padding: 10px 20px;
	font-size:15px;
	line-height:22px;	
	text-align:left;
	color:#333333;
	background:#EEEEEE url(http://1b00sgez.com/oseti/img/oseti.png) right 45px no-repeat;
	border:none;
	overflow:hidden;
	box-shadow:0 2px 3px #CCCCCC;
}
.news-content ul li{
              max-width:60%;
	font-size:14px;
	line-height:120%;
	text-shadow:1px 1px 0px #CCCCCC;
}

.top-content{
	margin:0 0 15px;
	_margin:0 0 8px;
	padding: 10px 20px;
	font-size:14px;
	line-height:22px;	
	text-align:left;
	color:#333333;
	background:#EEEEEE;
	border:none;
	overflow:hidden;
	border:3px #CCCCCC double;
	box-shadow:0 2px 3px #CCCCCC;
}
.top-content2{
	margin:0 ;
	_margin:0;
	padding: 0 8px 10px;
	font-size:14px;
	line-height:22px;	
	text-align:left;
	color:#333333;
	background:#FFFFFF;
	border:none;
	overflow:hidden;
	border:none;
	box-shadow:none;
}

.top-content p,.top-content2 p{
	font-size:14px;
	line-height:180%;
	text-shadow:1px 1px 0px #F3F3F3;
}

.frwk_box{
              width:41%;
	margin:0 2.5% 15px;
	_margin:0 2.5% 8px;
	padding: 10px 1.5% ;
	font-size:14px;
	line-height:22px;	
	text-align:left;
	color:#333333;
	background:#fff3e4;
	border:none;
	overflow:hidden;
	border:3px #dcac71 double;
	box-shadow:0 2px 3px #dcac71;
	float:left;
}
.frwk_box{
	font-size:14px;
	line-height:180%;
	text-shadow:1px 1px 0px #F3F3F3;
}
.frwk_box h3, .frwk_box_r h3{
	margin:0 0 8px;
	*margin:0 0 4px;
	padding: 4px 10px 4px 10px;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-shadow:none;
	color:#FFFFFF;
	border-left:none;
              background:#dcac71;
              box-shadow:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.freespace1{
	margin:0 0 15px;
	*margin:0 3px 7px;
	padding:8px 10px;
	color:#555;
	font-size:12px;
	text-align:center;
	background:#EEEEEE;
	clear:both;
}
#lower-contents {
	width:950px;
	min-height:33px;
	margin:0 auto 15px;
	padding:0;
	clear: both;
}
.freespace4{
	padding:8px;
	color: #555;
	font-size:12px;
	text-align:center;
	background:#EEEEEE;
	clear:both;
}
.freespace4 p{
	font-size:12px;
}
.freespace2{
	padding:8px;
	margin:0 0 15px;
	color: #555;
	font-size:12px;
	text-align:left;
	background:#EEEEEE;
	clear:both;
}
.freespace3{
	padding:8px;
	margin:10px 0 15px;
	*margin:5px 0 8px;
	color: #555;
	font-size:12px;
	text-align:left;
	background:#EEEEEE;
	clear:both;
}
.freespace5 p, .freespace6 p,.freespace7 p, .freespace8 p{
	padding:10px;
}
.freespace5, .freespace7{
	margin:0 0 15px;
	padding:0;
	color:#555;
	background:#EEEEEE;
	text-align:left;
	clear:both;
}
.freespace6, .freespace8{
	margin:0 0 15px;
	padding:0;
	color:#555;
	text-align:left;
	background:#EEEEEE;
	clear:both;
}
.freespace1 p, .freespace2 p, .freespace3 p,.freespace4, .freespace5 p,.freespace6 p, .freespace7 p,.freespace8 p{
	font-size:12px;
}
.freespace1 a, .freespace2 a, .freespace3 a, .freespace4 a{
	color:#06F;
	text-decoration:nunderline;
}
.freespace1 a:hover, .freespace2 a:hover, .freespace3 a:hover, .freespace4 a:hover{
	color:#ffa42e;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
h3{
	margin:0 0 8px;
	*margin:0 0 4px;
	padding: 9px 10px 9px 10px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#333333;
	border-left:5px #DD5252 solid;
              background:#EEEEEE;
              box-shadow:0 2px 3px #CCCCCC;
}
h3.led{
	margin:0 0 8px;
	*margin:0 0 4px;
	padding: 9px 10px 9px 10px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#FFFFFF;
	border-left:5px #A63030 solid;
              background:#DD5252;
              text-shadow:none;
}
h3.black{
	margin:0 0 8px;
	*margin:0 0 4px;
	padding: 9px 10px 9px 10px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#FFFFFF;
	border-left:5px #CCA13E solid;
              background:#555555;
              box-shadow:0 2px 3px #CCCCCC;
              text-shadow:none;
}
h3.osc{
	margin:0px 0 16px;
	*margin:4px 0 8px;
	padding: 10px 10px 8px 50px;
	font-size:22px;
               box-shadow:none;
	line-height:22px;
	font-weight:bold;
	color:#DD5252;
	border-left:none;
              background:url(http://oseti.1b00sgez.com/img/h3_osc.png) left center no-repeat;
              text-shadow:１px #FFFFFF solid;
}
h3.ume{
	margin:0px 0 16px;
	*margin:4px 0 8px;
	padding: 10px 10px 8px 50px;
	font-size:20px;
               box-shadow:none;
	line-height:22px;
	font-weight:bold;
	color:#DD5252;
	border-left:none;
              background:url(http://oseti.1b00sgez.com/img/h3_ume.png) left center no-repeat;
              text-shadow:１px #FFFFFF solid;
}
h4 {
	margin:8px 0 20px;
	*margin:4px 0 10px;
	padding: 6px 10px 4px;
	font-size:18px;
	font-weight:bold;
	color:#333;
	border-top:3px #DD5252 solid;
	border-bottom:3px #DD5252 double;
              background:#FFFFFF;
              text-shadow:１px #FFFFFF solid;
	clear: both;
}
h5 {
	margin:3px 0;
	*margin:4px 0;
	padding: 3px 10px 3px 30px;
	font-size:18px;
	font-weight:bold;
	color:#333;
	background: url(img/arrow1.png) left center no-repeat;
	border-bottom:none;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.favorite-space {
	text-align: center;
	margin:5px auto 15px;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	margin:0;
	padding:5px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  topに戻るボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#top{
	width:950px;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	display:block;
}
#top a{
	width:130px;
	height:30px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:30px;
	background:#DD5252;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	float:right;
}
#top a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:#333333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#siteex_box{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#333333;
	clear:both;
}
#siteex_box p{
	clear:both;
	width:932px;
	min-height:20px;
	margin:14px auto 10px;
	color:#999999;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	overflow:hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bottom_m{
	min-height:32px;
	width:100%;
	margin: 0;
	padding: 0;
	line-height:34px;
	background:#333333;
	clear:both;
}
#bottom_m p{
	width:950px;
	margin:0 auto;
	padding:10px 0 7px;
	color:#999999;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background: url(img/footer.png) top repeat-x;
}
#bottom_m a{
	padding:0;
	color:#999999;
	text-decoration:none;
}
#bottom_m a:hover{
	padding:0;
	color:#ffa42e;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンクページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.link-content p{
	font-size:14px;
	margin:0;
	padding:6px 5px 5px 25px;
	border-top:3px #DD5252 solid;
	background:url(img/link.png) left no-repeat;
}
.link-content a{
	color:#DD5252;
	text-decoration:none;
}
.link-content a:hover{
	color:#ffa42e;
	text-decoration:underline;
}
.link-content p.link-dis {
	margin: 0 0 10px;
	padding:10px 20px 0;
	border-top:3px #DD5252 double;
	background: url(img/dotted.png) top repeat-x;
}

/*記事ページ設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.KanrenMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.KanrenMenu ul li{
	margin: 0 0 10px;
	padding:0 0 0 30px;
	color:#ffa42e;
	text-decoration:none;
	line-height:20px;
	background:url(img/arrow.png) left no-repeat;
}
.KanrenMenu a{
	font-size:13px;
	text-decoration:none;	
}
.KanrenMenu a:hover{
	color:#ffa42e;
	text-decoration: underline;	
}

/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sitemap ul{
	margin: 20px 0 0 ;
	padding:0;
	list-style:none;
}
.sitemap li{
	margin: 18px 0;
	*margin: 9px　0;
	padding:0 0 0 30px;
	list-style:none;
	color:#FFF;
	font-size:13px;
	line-height:20px;
	background:url(img/check.png) 3px center no-repeat;
}
.sitemap li a{
	text-decoration:none; 
}
.sitemap li a:hover{
	color:#ffa42e;
	text-decoration: underline;
}
h4.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin:2px 0 10px;
	*margin:1px 0 5px;
	padding:10px 15px 10px 10px; 
	border:none;
	border-left:4px #DD5252 solid;
	box-shadow:0 2px 3px #CCCCCC;
	background:#EEEEEE;
	clear:both;
}
h4.sitemap-cate-title a{
	color:#DD5252;
}
h4 a{
	color: #23538E;
	text-decoration:none;
}
h4 a:hover{
	color:#ffa42e;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li{
	list-style: none;
	font-size:14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(img/mark.gif)  no-repeat left center;
}
td {
	padding: 5px;
}
input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング１
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
table#rankingver1{
	border-collapse: collapse;
}
table#rankingver1 tr{
	margin:0;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 2px 5px;
	background:#e0e0e0;
	border: 1px solid #CCC;
}
table#rankingver1 .r1-title-no1{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no1.png) no-repeat left center;
}
table#rankingver1 .r1-title-no2{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no2.png) no-repeat left center;
}
table#rankingver1 .r1-title-no3{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no3.png) no-repeat left center;
}
table#rankingver1 .r1-title-no4{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no4.png) no-repeat left center;
}
table#rankingver1 .r1-title-no5{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/%%OKANNO%%no5.png) no-repeat left center;
}
table#rankingver1 td{
	margin:0;
	padding: 10px;
	border-collapse: collapse;
	background-color: none;
	border: 1px solid #CCC;
}
table#rankingver1 td.r1-img{
	margin:0px auto;
	border-collapse: collapse;
	border-right: 1px solid #CCC;
}
table#rankingver1 td.r1-img img{
	min-width:180px;
	max-width:180px;
	margin:10px auto;
}
table#rankingver1 td p{
	font-size: 14px;
	line-height: 160%;
	margin:0 10px 10px;
}
table#rankingver1 td p.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px;
}
table#rankingver1 td a{
	text-decoration:underline;
}
table#rankingver1 .to_link img{
	margin:0 5% 10px;
	border-collapse: collapse;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング２
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rankingver2{
	margin:0;
	padding: 0;
	border: 1px solid #DDDCCC;
}
.title-outline{
	margin: 0;
	padding:0;
	background: #FFF url(img/ranking2-bg.png) repeat-x;
	border-top: 5px solid #F5F5F5;
	border-right: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
}
.r2-title-no1{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no1.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no2{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no2.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no3{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no3.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no4{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no4.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-title-no5{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/%%OKANNO%%no5.png) no-repeat 5px center;
	border-bottom: 2px solid #DDDCCC;
}
.r2-contents{
	margin: 0px;
	padding: 10px;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	clear:both;
}
p.r2-catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
.imgl-ranking {
	min-width:180px;
	max-width:180px;
	padding:10px 25px 10px 0px;
	float: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング３
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
table#rankingver3{
	margin:0;
	padding: 0;
	border-collapse: collapse;
}
table#rankingver3 th{
	font-size: 18px;
	color:#363434;
	line-height: 140%;
	margin:0;
	padding: 0px 10px 0px 5px;
	background: none;
        border-bottom:3px #CCC dotted;
}
table#rankingver3 .r3-title-no1{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no1.png) no-repeat left center;
}
table#rankingver3 .r3-title-no2{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no2.png) no-repeat left center;
}
table#rankingver3 .r3-title-no3{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no3.png) no-repeat left center;
}
table#rankingver3 .r3-title-no4{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no4.png) no-repeat left center;
}
table#rankingver3 .r3-title-no5{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/%%OKANNO%%no5.png) no-repeat left center;
}
table#rankingver3 td{
	margin:0;
	padding: 20px 10px 10px 10px;
	border-collapse: collapse;
	background-color: none;
	vertical-align:top;
}
table#rankingver3 td.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
	border-bottom: 0;
}
table#rankingver3 td.r3-img{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
}
table#rankingver3 td.r3-img img{
	min-width:180px;
	max-width:180px;
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
}
table#rankingver3 td.r3-contents{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-left: 0;
}
table#rankingver3 td p{
	line-height:160%;
	padding: 5px;
	background:url(img/r-line.gif) 2px 4px repeat;
}
table#rankingver3 td a{
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* css3ボタン
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.myButton a{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5FBD2C), color-stop(1, #305F16));
	background:-moz-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-webkit-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-o-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-ms-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:linear-gradient(to bottom, #5FBD2C 5%, #305F16 100%);
	background-color:#7bde3e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #305F16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
              margin:0 auto;
	padding:14px 32px 12px;
　　　　　　　font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #2f6627;
              box-shadow:0 0 1px #A1E17E inset;
              float:right;
}
.rank_btn_w a{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #EDEDED));
	background:-moz-linear-gradient(top, #FFFFFF 5%, #EDEDED 100%);
	background:-webkit-linear-gradient(top, #FFFFFF 5%, #EDEDED 100%);
	background:-o-linear-gradient(top, #FFFFFF 5%, #EDEDED 100%);
	background:-ms-linear-gradient(top, #FFFFFF 5%, #EDEDED 100%);
	background:linear-gradient(to bottom, #FFFFFF 5%, #EDEDED 100%);
	background-color:#CCCCCC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #CCCCCC;
	display:inline-block;
	cursor:pointer;
	color:#0080FF;
	font-size:24px;
              margin:0 auto;
	padding:14px 32px 12px;
　　　　　　　font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #BBBBBB;
              box-shadow:0 0 1px #BBBBBB inset;
              float:right;
}
.myButton a:hover, .rank_btn_w a:hover{
	text-decoration:none;
	color:#F80;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.rank_box{
	width:100%;
	margin:0;
	padding:0 0 5px;
	background:#777777;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	display:block;
	clear:both;
}
.rank_title_1, .rank_title_2, .rank_title_3{
	margin:10px 0 0;
	*margin:5px 0 0;
	padding:8px 0 10px 70px;
	font-size:20px;
	line-height:150%;
              color:#FFFFFF;
	font-weight:bold;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:url(http://oseti.1b00sgez.com/img/ranking5_1.png) 10px top no-repeat;
	float:left;
}
.rank_title_2{background:url(http://oseti.1b00sgez.com/img/ranking5_2.png) 10px top no-repeat;
}
.rank_title_3{background:url(http://oseti.1b00sgez.com/img/ranking5_3.png) 10px top no-repeat;
}
.rank_star{
	padding:10px 0;
	font-size:26px;
	text-align:right;
	color:#FFF45C;
}
.star_b{
	color:#6A514A;
}
.rank_box_in{
	min-height:340px;
	margin:0 10px 5px;
	font-size:14px;
	background:#FFFFFF;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both;
}
.rank_img{
	margin:10px 0 15px;
	clear:both;
}
.rank_color{
	width:94%;
	margin:10px 2% ;
	*margin:5px 1% ;
	padding:14px 0 10px 2%;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
              border-top:4px #A63030 solid;
	background:#DD5252;
	clear:both;
}
.rank_rankbox{
	width:96%;
	margin:10px 2% 10px 0;
	float:right;
}
.rank_point{
	margin:0px 10px 7px;
}
.rank_mds{
	width:13%;
	padding:6px 1% 3px;
	background:#999999;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin-bottom:1px;
	float:left;
}
.rank_ny{
	width:33%;
	padding:6px 1% 3px ;
	font-size:14px;
	font-weight:bold;
	margin-bottom:1px;
	background:#EEEEEE;
	float:left;
}
.rank_moji{
	width:96%;
	min-height:60px;
	margin:20px 2% 0;
	font-size:15px;
	clear:both;
}
.rank_btn_green a{
	width:41%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5FBD2C), color-stop(1, #305F16));
	background:-moz-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-webkit-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-o-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-ms-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:linear-gradient(to bottom, #5FBD2C 5%, #305F16 100%);
	background-color:#7bde3e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #305F16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
              margin:0 2% 13px;
	padding:10px 2% 8px;
　　　　　　　font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 1px #2f6627;
              box-shadow:0 0 1px #A1E17E inset;
              float:right;
}
.rank_btn_orange a{
	width:41%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FEC021), color-stop(1, #FA6500));
	background:-moz-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-webkit-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-o-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-ms-linear-gradient(top,#FEC021 5%, #FA6500 100%);
	background:linear-gradient(to bottom, #FEC021 5%, #FA6500 100%);
	background-color:#FEC021;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #FA6500;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
              margin:0 2% 13px;
	padding:10px 2% 8px;
　　　　　　　font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 1px #FA6500;
              box-shadow:0 0 1px #FFCC00 inset;
              float:right;
}
.rank_btn_green2 a{
	width:41%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5FBD2C), color-stop(1, #305F16));
	background:-moz-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-webkit-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-o-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:-ms-linear-gradient(top, #5FBD2C 5%, #305F16 100%);
	background:linear-gradient(to bottom, #5FBD2C 5%, #305F16 100%);
	background-color:#4E9B24;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
              margin:0 2% 13px;
	padding:10px 2% 8px;
　　　　　　　font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 1px #2f6627;
              box-shadow:0 0 1px #A1E17E inset;
              float:right;
}
.rank_btn_orange2 a{
	width:41%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FEC021), color-stop(1, #FA6500));
	background:-moz-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-webkit-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-o-linear-gradient(top, #FEC021 5%, #FA6500 100%);
	background:-ms-linear-gradient(top,#FEC021 5%, #FA6500 100%);
	background:linear-gradient(to bottom, #FEC021 5%, #FA6500 100%);
	background-color:#FE9240;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
              margin:0 2% 13px;
	padding:10px 2% 8px;
　　　　　　　font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 1px #FA6500;
              box-shadow:0 0 1px #FFCC00 inset;
              float:right;
}
.rank_btn_green a:hover, .rank_btn_green2 a:hover, .rank_btn_orange a:hover, .rank_btn_orange2 a:hover{
	text-decoration:none;
	color:#F80;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 比較用枠 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.hkk_b{
	width:33%;
	padding:6px 0;
	margin:0.15%;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background:#DD5252;
	float:left;
}
.hkk_w{
	width:33%;
	padding:6px 0;
	margin:0.15%;
	display:block;
	font-weight:bold;
	color:#444444;
	text-align:center;
	background:#FAEAEA;
	float:left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 試食会用定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.yel_waku{
	background:#FFF5E5;
              padding:10px 20px 20px;
              border:3px #FFDDAB solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
             	font-size:15px;
              text-shadow:1px 1px 0 #FFFFFF;
}
.rank_s_mds{
	width:36%;
	padding:6px 2% 3px;
	background:#E57D7D;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin-bottom:1px;
	float:left;
}
.rank_s_ny{
	width:36%;
	padding:6px 2% 3px ;
	font-size:14px;
	font-weight:bold;
	margin-bottom:1px;
	background:#EEEEEE;
	float:left;
}
h3.ssk_mds{
    margin: 8px 0px 16px;
    padding: 12px 10px 12px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    border-left: 5px solid #CCA13E;
    background: #353535;
    box-shadow: 0px 2px 3px #CCC;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ピンク枠 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.pink_box{
	padding:10px 20px;
	margin:0 0 10px;
	display:block;
	text-align:left;
	line-height:120%;
	border-style: solid;
	border-width: 3px;
	border-color: #EEBCBC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	background: #FAEAEA;
	clear: both;	
}
.pink_line{
             width:100%;
             background:url(http://oseti.1b00sgez.com/img/line.png) top left repeat;
             display:block;
}
.pink_waku{
	display:block;
	padding:18px 20px;
	margin:0;
	text-align:left;
	border-style: solid;
	border-width: 4px;
	line-height:120%;
	border-color: #FFBEBA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	background: #FFEEED;
	clear: both;	
}
.yellow_waku{
	display:block;
	padding:10px 20px;
	margin:0 0 5px;
	text-align:left;
	border-style: solid;
	border-width: 4px;
	line-height:150%;
	border-color: #FFDDAB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	background: #FFF8EF;
	clear: both;	
}
.pink_waku_v{
	display:none;
	padding:18px 20px;
	margin:0;
	text-align:left;
	border-style: solid;
	line-height:150%;
	border-width: 4px;
	border-color: #FFBEBA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	background: #FFEEED;
	clear: both;	
}
.pct_vvv{
	display:block;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOPページランキング */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.rank_top_1, .rank_top_2, .rank_top_3{
　　　　　　　display:block;
	margin:0;
	padding:10px 0 0 70px;
	font-size:22px;
	line-height:150%;
              color:#333333;
	font-weight:bold;
	background: url(http://oseti.1b00sgez.com/img/ranking5_1.png) 10px top no-repeat;
	
}
.rank_top_2{background:url(http://oseti.1b00sgez.com/img/ranking5_2.png) 10px top no-repeat;
}
.rank_top_3{background:url(http://oseti.1b00sgez.com/img/ranking5_3.png) 10px top no-repeat;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*　キャラクターフキダシbox　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.character_box{
	min-height:200px;
	display:block;
	padding:0;
	margin:0 0 10px;
	clear:both;}

/* キャラクターアイコン */
.woman{
	width:20%;
	min-height:170px;
	background:url(http://oseti.1b00sgez.com/img/woman1.png) 10px 20px no-repeat;
	float:left;}

/* 大枠フキダシ */
.fkdsbox_red{
	width:75%;
	margin: 10px 5% 10px 0;
	padding:0;
	background:url(http://oseti.1b00sgez.com/img/fkds_red.png) center left no-repeat;
	float:right;}

/* フキダシ */
.fkds_red{
	width:100%;
	padding:10px;
	margin:8px 8px 8px 12px;
	display:block;
	font-size:14px;
	text-align:left;
	border:3px #FFAEA9 solid;
	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-khtml-border-radius: 8px; 
    	border-radius: 8px;
    	background:#FFEFEE;
	clear:both;}
/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/
