@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");


/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 16px ;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height: 	1.8 ;
	font-size: 16px;
         -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.sumafont {
	-webkit-text-size-adjust: 200% ;
	-moz-text-size-adjust: 200% ;
	-ms-text-size-adjust: 200% ;
	-o-text-size-adjust: 200% ;
	text-size-adjust: 200% ;
}

div, p, h1, h2, h3, h4, h5, h6 {
	display: block;
}

p {
	margin: 0 22px ;
	padding: 2px 30px ;
}

br {
	margin: 0 22px ;
	padding: 2px 30px ;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

/* -------- commonstyles.css / tables.css追加分 */

table{
	width:90%;
	font-size:13px;
	margin:10px auto;
	border-collapse: collapse;
	border-spacing:0px;
}

.nmlbox,.dottbox,.ylwbox,.graybg{
        width:90%;
	padding:15px;
	margin: 10px auto ;
	clear:both;
}


/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}




/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}



/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:20px;
  _margin-right:20px;
  padding: 0 60px ;
}

#text1 ul, #text2 ul, #text3 ul, #text4 ul, #text5 ul, #text6 ul, #text7 ul, #text8 ul, #text9 ul, #text10 ul,
#text1 ol, #text2 ol, #text3 ol, #text4 ol, #text5 ol, #text6 ol, #text7 ol, #text8 ol, #text9 ol, #text10 ol  {
	margin: 0 30px ;
}
dl{
	margin:0;
	padding:0 0 20px 0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
        margin-right: -10px;
	margin-left: -10px;
	_padding-left: 60px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.png);
}




/* 基本レイアウト */

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}
#header {
	height: 222px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	border: 2px solid #81B7E7;

}


#header h2  a, #header  h2  a:visited,#header  .title  a,#header  .title  a:visited {
	color: #006699;
	text-decoration: none;
}

#headertext {
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
	width: 550px;
	position: relative;
	left: 30px;
	top: 60px;
}

/* コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10,#space1 ,#space2 {
	margin-bottom: 25px;
	padding: 10px 0px;
}


/* グローバルメニュー */

#topmenu {	
	height: 48px;
	line-height: 3.0;
	width: 1000px;
	position: relative;
	padding: 0px;
	margin: 0 0 20px 0;
        overflow: hidden;
	font-size: 16px;
}



#topmenu span a {
	overflow: hidden;
        width: 20%;
	_width:19.6%;
        
	text-align: center;
	color: #FFFFFF;
        text-shadow: 1px 1px 2px #555;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 45px;
	background-image:url(img/navi_bg_b1.jpg);
        background-repeat:repeat-x;
	background-position: left top;
	float: left;
	margin-bottom: 25px;
	padding: 0px;
	display: block;	
}

#topmenu span a:hover {
	background-image:url(img/navi_bg_b1_on.jpg);
        background-repeat:repeat-x;
	background-position: left top;
}


#siteNavi {
	font-size: 0.775em;
	line-height: 1.5;
	margin:15px;
}

#contents {
	margin: 20px 0 0 0;
	min-height:400px;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#footer {
	text-align: center;
	color: #fff;
	line-height: 160%;
	margin: 0 auto ;
	padding: 30px;
	background-color: #999;
}

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

#footermenu{
	text-align:center;
	padding:10px 20px;
        display: inline;
}

#footlink {
	text-align:center;
	margin:0 auto;
	padding:20px;
	color: #333;
	font-size: 14px;
        background-color:#b1daf1;
}


#footlink a {
	padding:20px;
	color: #333;
	text-decoration: underline;
}

#footlink a:hover {
	color: #fff;
}

/* フリースペース */

#space1, #space2 {
	margin: 0 auto;
	width: 100%;
}

#space1 h3, #space2 h3 {
	position: relative ;
        right: 30px ;
}


#space1 p, #space2 p {
	padding: 20px ;
}


#space3, #space4, #space5, #space6 {
	background-color: rgba(255,255,255,1);
	text-align: center;
	line-height: 0.9;
	font-size: 14px;
        line-height:1.4;
	padding: 5px 2px 5px 2px;
        border-radius:2px;
/* box-shadow
box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 2px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 2px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 2px; */
}

/* レイアウト差分 */


#main {
	width: 998px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #2D8BD1;
}

#menu {
	width: auto;
	padding-top: 25px;
	margin-top: 20px;
	background-color:#fff;
	border: 1px solid #2D8BD1;

}



#searchbox {
	position: absolute;
	top: 0px;
	width: 950px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 1.875;
	height: 30px;
	font-size:0.75em;
	padding-top: 6px;
}

#searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}

/* 各種見出し */

h1 {
	font-size: 15px;
	color: #666666;
	line-height: 2em	;		
	position: absolute;
	top: 5px;
	margin : 0;
	padding-right: 10px;
	padding-left: 2em;
        font-weight: normal;
	display: block ;
}
h1:before {
	content:"■";
	font-size: 90%;
	position: absolute;
	color: #1070BE;s
	top: -0.6em;
	left: 0.8em;
}
h1:after {
    content:"■";
    font-size: 140%;
    position: absolute;
    color: #87C4F5;
    top: -0.3em;
    left: 0;
}
#header h2, #header h2 a {
	font-size :150% ;
        font-weight: bold ;
        background: none ;
        margin : 0  ;
        padding : 0 ;
        box-shadow: none ;
}
#header h2:after, #header h2:before {
	display : none ;
}

h2 {
  position: relative;
  color: #fff;
  background-image: -webkit-linear-gradient(#97bef2, #699de2);
  background-image: -moz-linear-gradient(#97bef2, #699de2);
  background-image: -o-linear-gradient(#97bef2, #699de2);
  background-image: -ms-linear-gradient(#97bef2, #699de2);
  background-image: linear-gradient(#97bef2, #699de2);
  font-size: 21px;
  line-height: 1;
  margin: 20px -10px 20px -10px;
  padding: 25px 5px 25px 30px;
  box-shadow: 0 1px 3px #777;
}
h2:after,h2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #286dbd;
}
h2:after {
  left: 0;
  border-right: 5px solid #286dbd;
}
h2:before {
  right: 0;
  border-left: 5px solid #286dbd;
}


.blog .title a{
	color:#296379;
}

h3 {
	position:relative;
	padding:15px 20px;
	font-size: 22px;
	color:#256ccb;
	background:#fff;
	text-shadow:1px 1px 0 #fff;
	border-top:double #3286d2  4px;
	border-bottom:double #3286d2 4px;
    	background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(120,120,120, 0.1)), 
			color-stop(0.6, rgba(120,120,120, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(120,120,120, 0.1) 40%,
            rgba(120,120,120, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(120,120,120, 0.1) 40%,
            rgba(120,120,120, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(120,120,120, 0.1) 40%,
            rgba(120,120,120, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(120,120,120, 0.1) 40%,
            rgba(120,120,120, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
h4 {
	width: 90% ;
	height: 30px;
	background-image:url(img/check_bg_b1.png);
	background-position: left center ;
	background-repeat: no-repeat ;
	font-size: 20px ;
	line-height :30px;
	text-indent:3em;
	padding:10px 0 ;
	margin: 0 auto 30px auto ;
	border-bottom:1px dotted #aaa;
}
h5 {
    position:relative;
    padding-left:40px;
    margin: 0 auto 30px auto;
    width:85%;
    border-bottom:1px solid #aaa;
    font-weight: bold;
    font-size: 17px;
    line-height: 220%;
    }    
h5:before {
    content:'';
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    height:15px;
    width:15px;
    display:block;
    position:absolute;
    top:16px;
    left:9px;
    background-color:#1ab4ff;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
    }
     
h5:after {
    content:'';
    border-radius:30px;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    height:18px;
    width:18px;
    display:block;
    position:absolute;
    top:7px;
    left:2px;
    background-color:#0034f0;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
 }

h6 {
    margin: 0 auto 20px auto;
    padding: 10px;
    width:85%;
    color:#555;
    font-size: 17px;
    font-weight: bold;
    text-shadow:1px 1px 0 #97c0f2;
    border-top:1px solid #5691d7;
    border-right:10px solid #5691d7;
    border-bottom:1px solid #5691d7;
    border-left:24px double #5691d7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}



/* よくある質問 */

.faq_q {
	padding: 10px 10px 10px 50px ;
	margin: 0 auto ;
	width: 850px;
	background-color:#9accef;
	background-image:url(img/faq_bg_q.png);
	background-position: top  left ;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight:bold;
	color:#fff;
}

.faq_a {
	padding: 10px 10px 10px 50px ;
	margin: 0 auto 20px auto ;
	width: 848px;
	background-image:url(img/faq_bg_a_b1.png);
	background-position: top  left ;
	background-repeat: no-repeat;
	border: 1px #9accef solid;
}

/* お客様からのお声 */

.voice_l {
	position: relative;
	display: block;
	padding: 20px;
	margin: 0 auto 30px auto;
	width:850px;
	color: #67a1e4;
	line-height: 1.6;
	background: #fff;
	border: 2px solid #3c83d7 ;
}

.voice_l:before {
	content: "";
	position: absolute;
	bottom: -14px; left: 85px;
	margin: 0 0 0 -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #3c83d7 transparent transparent transparent;
}

.voice_l:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 87px;
	margin: 0 0 0 -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}

.voice_r {
	position: relative;
	display: block;
	padding: 20px;
	margin: 0 auto 30px auto;
	width:850px;
	color: #67a1e4;
	line-height: 1.6;
	background: #fff;
	border: 2px solid #3c83d7 ;
}

.voice_r:before {
	content: "";
	position: absolute;
	bottom: -14px; left: 765px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #3c83d7 transparent transparent transparent;
}

.voice_r:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 767px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}

/* ページトップ */

#pagetop {
	text-align:right;
	padding: 20px;
}

/* サイトマップ */

#sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}
#whatsnew {
	margin: 50px auto ;
	padding : 0;
	width : 900px;
	border : 1px #aaa dotted ;
}

#whatsnew:before {
	content:"新着情報・お知らせ";
	position:absolute;
	background-color:#b4d0f8;
	background-image: url(img/infoicon.png);
	background-position: 5px 6px ;
	background-repeat: no-repeat;
	font-size:21px;
	font-weight:bold;
	color:#2b69c5;
	padding: 10px 10px 10px 50px;
	width : 840px;
}
#whatsnew ul  {
	margin: 70px 20px 30px 20px;
}

#whatsnew  li  {
	line-height: 1.6;
	list-style-image: url(img/whats_li.png);
	margin-right: 10px;
	margin-left: 10px;
}

/* カテゴリーリスト */

#categorylist {
	padding: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorylist .cbox{
	margin: 0 auto 20px auto ;
	font-size:13px;
}

#categorylist .cbox:after {
	clear: both;
}

#categorylist h4 {
	clear: none;
	background-repeat: no-repeat;
	font-size: 15px;
	height: 30px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 1.7;
	background-position: left top;
	margin: 0 auto 10px auto ;
	width: auto ;
	overflow: hidden;
}

#categorylist h4 a{
	color: #006699;
}

#categorylist .desc {
	font-size: 12px;
	line-height: 1.3;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* エントリーリスト */

#entrylist {
	padding: 10px 30px;
}

#entrylist dl {
	display: block;
	width: 80%;
	margin: 0 auto;
}

#main #entrylist h4 {
}

#entrylist dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7;
	padding: 10px 15px;
}

#entrylist dt:before {
	content:"・";
}
#entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #757575;
	line-height: 1.2;
}

/* 記事スタイル */

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 1.7;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.txt-border p {
	line-height: 1.7;
	font-size: 13px;
}

.txt-line  {
	border: 2px solid #CCCCCC;
}

.txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}

.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #F5F5F5;

}

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-frame{
	border:solid 2px #CCCCCC;	
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

.txt-rndbox .top{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.txt-rndbox .body{
	border-left:solid 1px #B4B4B4;
	border-right:solid 1px #B4B4B4;
	padding:10px 30px;
}

.txt-rndbox .bottom{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox1 {
	width: 880px;
	margin: 0 auto ;
}

.txt-decbox1  .top{
	height:40px;
	background-position: center top;
	background-image: url(./img/flame_01_top.png);
	background-repeat: no-repeat;
	text-align: center ;
	padding: 30px;
	font-size: 30px;
}

.txt-decbox1  .body{
	padding:10px 30px;
	background-image: url(./img/flame_01_body.png);
	background-repeat: repeat-y;
	background-position: center ;
}

.txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/flame_01_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.txt-decbox2 {
	width: 880px;
	margin: 0 auto ;
}

.txt-decbox2  .top{
	height:120px;
	background-position: center top;
	background-image: url(./img/flame_02_top.png);
	background-repeat: no-repeat;
	text-align: center ;
	padding: 120px 200px 0 200px ;
	font-size: 30px;
}

.txt-decbox2  .body{
	padding:10px 30px;
	background-image: url(./img/flame_02_body.png);
	background-repeat: repeat-y;
	background-position: center ;
}

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

#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding:0px;	
	margin: 30px auto;
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	width: auto;
	padding: 0px;
	position: static;
	background-image: none;
	border: none;
	font-size: 26px;
	text-align: center;
	box-shadow: none ;
}
#main .txt-decbox1 h2:before,#main .txt-decbox2 h2:before,
#main .txt-decbox1 h2:after,#main .txt-decbox2 h2:after {
	display: none ;
}

#main .txt-decbox1 h3 span, #main .txt-decbox2 h3 span {
	background-image: none;
}

/* 記事スタイル - 色差分 */

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	color:#333;
	line-height:1.4;
	background-color: transparent !important ;
}



.hd{
	color: #333;
	text-decoration:none;
}

/* サイドメニュー */

#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 5px;
}
#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: inline;
	_display:inline;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px;
	display: inline;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border:none;
}

#menu  li a,#rmenu li a {
	line-height: 2.0;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #484848;
        text-decoration: underline;
	display:inline;
}

#menu  #newEntry,#rmenu #newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#newEntry li {
	display: block;
	padding-bottom: 2px;
	background-image: url(./img/newtext.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height:1.5;
}

#menu h4 ,#rmenu h4 ,.menutitle {
}
#menu .menubox, #rmenu .menubox {
	margin: 20px 70px;
}



#menu li a:hover ,#rmenu li a:hover{
	color: #FF0000;

}




#newEntry  li a {
	color: #333333;
	display:inline;
	line-height:1.5;
	border: none;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
}

#newEntry li a:hover {
	color: #FF0000;
	background-color: #FFF;
	background-image: none;
}






#searchresult{
	padding:15px;
}

#searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#searchresult dd{
	margin:0px;
	line-height:1.3;
	font-size:13px;
}

#linklist {
	padding: 15px;
}

#linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* フリースペース */

.grayline{
	border: 1px solid #CCCCCC;
}

#main .grayline{
	padding:10px;
	margin-bottom:15px;
}

#menu .grayline{
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}

/* ブログモード */

.blog {
	margin-bottom: 30px;
}
.blog .text {
	padding: 15px;
}

.blog  .title  a{
	color:#FFF;
	text-decoration:none;
}

.blog  .title  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.blog  .detail {
	font-size: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 1.8;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.blog  .more  {
	float: right;
	padding-left: 15px;
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

#container{
}

#topmenu{
}

#main{
}

/*
==================================================
ランキング
==================================================
*/

/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#main .rank-container {
	behavior: url(http://www.homepage-tukuri.com/shouhin/css/PIE.htc);
	padding: 10px 25px 20px;
	position: relative;
}
#main .rank-inner {
	overflow: hidden;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: left 6px;
	background-repeat: no-repeat;
	border: medium none;
	color: #14509E;
	font-size: 30px;
	height: auto;
	line-height: 130%;
	margin-bottom: 6px;
	margin-top: 6px;
	min-height: 20px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10 {
	margin: 0;
}
#main .rank1,#main .rank2,#main .rank3{
	padding: 20px 0 20px 80px;
        margin: 0 30px ;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	padding: 20px 0 20px 70px;
	margin: 0 30px ;
}
#main .rank1 { background-image: url('img/rank_1st.png'); }
#main .rank2 { background-image: url('img/rank_2nd.png'); }
#main .rank3 { background-image: url('img/rank_3rd.png'); }
#main .rank4 { background-image: url('img/rank_4th.png'); }
#main .rank5 { background-image: url('img/rank_5th.png'); }
#main .rank6 { background-image: url('img/rank_6th.png'); }
#main .rank7 { background-image: url('img/rank_7th.png'); }
#main .rank8 { background-image: url('img/rank_8th.png'); }
#main .rank9 { background-image: url('img/rank_9th.png'); }
#main .rank10 { background-image: url('img/rank_10th.png'); }
#main .rankbox {
	overflow: hidden;
	padding: 5px 1px 0;
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#main .rankbox .feature span {
	background-color: #3d71c2;
	border-radius: 3px ;
	color: #FFF;
	display: block;
	font-weight: 700;
	padding: 10px 20px;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	padding: 0 !important;
}
#main .rankbox .rankbox-inner p {
	color: #4E4E4E;
	font-size: 16px;
	line-height: 160%;
	overflow: hidden;
	padding-bottom: 10px;
}

#main .rankbox .rankbox-inner img {
  display: block;
  margin: 0 auto;
}

#main .rankbox .rank-table {
	clear: both;
	font-size: 16px;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	border: 1px solid #9FB5D4;
	padding: 5px;
	text-align: center;
	width: 33%;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #E1ECFC;
	color: #14509E;
}
#main .rankbox .rank-table td {
	color: #4E4E4E;
}
#main .rank .comment {
	padding-top: 30px;
}
#main .rank .comment .comment-inner {
	background-color: #FFF;
	border: 3px solid #7ea9ec;
	padding: 4px 18px 5px 18px;
	position: relative;
}
#main .rank .comment .comment-tit {
	border-bottom: 1px dotted #3e72c1;
	margin-bottom: 10px;
}
#main .rank .comment .comment-tit span {
	background-image: url('img/rank_com_b1.png');
	background-position: 7px 7px;
	background-repeat: no-repeat;
	color: #3e72c1;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	margin-left: -12px;
	padding: 14px 0 14px 62px;
	position: relative;
	*zoom: 1;
}
#main .rank .comment p {
	color: #4E4E4E;
	padding-bottom: 10px;
}
main .rank .more {
	padding: 24px 0 30px;
	text-align: center;
        border-bottom: solid 1px;
}

#main .rank .more a img {
	margin: 5px 10px;
	vertical-align: bottom;
}

/* ポイント */

.point1,.point2,.point3,.point4,.point5 ,.point6 ,.point7 ,.point8 ,.point9 ,.point10 {
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 46px;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-left: 30px ;
	border-bottom:dotted 2px #CCC;
	color: #3F3F3F;
	background-position: 4px top;
	clear: both;
}



.point {
	font-size: 15px;
	color: #333;
	background-image: url('img/point.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-bottom: 5px;
	margin-left: 30px ;
	line-height:130%;
}

.point1{
	background-image: url('img/point1.png');
}
.point2{
	background-image: url('img/point2.png');
}
.point3{
	background-image: url('img/point3.png');
}
.point4{
	background-image: url('img/point4.png');
}
.point5{
	background-image: url('img/point5.png');
}
.point6{
	background-image: url('img/point6.png');
}
.point7{
	background-image: url('img/point7.png');
}
.point8{
	background-image: url('img/point8.png');
}
.point9{
	background-image: url('img/point9.png');
}
.point10{
	background-image: url('img/point10.png');
}


/* 矢印 */

.arrow_blue,.arrow_orange,.arrow_black,.arrow_red{
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 160%;
	font-size: 16px;
	background-position: left center;
	padding-left: 25px;
	margin-top: 3px;
	margin-left: 30px ;
	margin-bottom: 3px;
	font-family:sans-serif;
	_zoom: 1;
	overflow: hidden;
}

.arrow_blue {
	background-image: url('img/arrow_blue.gif');
}
.arrow_orange {
	background-image: url('img/arrow_orange.gif');
}
.arrow_black {
	background-image: url('img/arrow_black.gif');
}
.arrow_red {
	background-image: url('img/arrow_red.gif');
}

/* 角丸 */

.rnd1{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.rnd1{
	position:relative;
	z-index:1;
	padding: 15px;
	margin: 15px auto 15px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://www.homepage-tukuri.com/shouhin/css/PIE.htc);
}

.rbox1 {
	background-color: #f0f0f0;
	border: 1px solid #d7d7d7;
	width: 90% ;
}

.rbox2 {
	background-color: #FFF;
	border: 2px solid #FF843F;
	width: 90% ;
}

.rbox3 {
	background-color: #FFF;
	width: 90% ;
}

.rbox4 {
	background-color: #F5F5F5;
	width: 90% ;
}

blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 30px;
	line-height: 130%;
}
blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 30px;
	line-height: 130%;
}
/*
==================================================
テーブル共通
==================================================
*/
table{
	width:90%;
	font-size:13px;
	margin:10px auto;
	border-collapse: collapse;
	border-spacing:0px;
}

th{
	background-color:#E1ECFC;
	color: #14509E;
	padding:0;
}

td{
	background-color:#FFFFFF;
	padding:0;
}

table,td,th{
	border:solid 1px #CCC;
}

table#toptbl,table#toptbl td,table#toptbl th{
   border:none;
}


#menu .ritem td,#rmenu .ritem td{border:none;}

.rtitle {
	height: 44px;
	text-align: center;
	overflow: hidden;
	padding: 4px;
}

.rimg {
	text-align: center;
}

.timg img{
	max-width:200px;
	height:auto;
}

.price {
	color: #CC0000;
	font-weight: bold;
}

.tdesc {
	text-align: left;
	vertical-align: top;
}


/*
==================================================
商品陳列型
==================================================
*/
.ritm{
	background-color:#FFFFFF;
	table-layout:fixed;
}
.ritm th {
	background-color:#E1ECFC;
	color: #14509E
	padding:6px;
	line-height: 120%;
	vertical-align:top;
	text-align: center;
}
.ritm td{
	padding:6px;
	line-height: 120%;
	vertical-align:top;
	text-align: center;
}

/*
==================================================
特定取引法に関する表記
==================================================
*/
.tokusho {

}

.tokusho th, .tokusho td {
	padding: 8px;
}

.tokusho th {
	background-color:#E1ECFC;
	color: #14509E
	width: 30%;
}

/*
==================================================
商品説明
==================================================
*/
.ritm_desc {

}
.ritm_desc td {
	vertical-align: top;
	padding: 10px;
}
.ritm_desc .title {
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom: 8px;
	text-align:left;
	line-height:120%;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

.ritm_desc .title a{
	color:#333;
}

.ritm_desc .title a:hover{
	color:#FF0000;
}

.ritm_desc .desc{
	padding:20px;
}

.ritm_desc .price {
	text-align: left;
	padding: 0px;
}
.ritm_desc .img {
	width: 20%;
}
.ritm_desc .more, .ritm_desc .price, .ritm_desc .review {
	line-height: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 5px;
}


/*
==================================================
ランキングテーブル１
==================================================
*/

table.rnk1item {
	table-layout:auto;
	border:solid 1px #CCC;
}

.rnk1item td,.rnk1item th{
	border:none;
	border-bottom:dotted 1px #CCC;
}

.rnk1item th {
	background-color: #FFF;
	width: auto;
	padding:5px;
	width:60px;
	vertical-align:middle;
}
.rnk1item td {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	line-height: 130%;
	padding: 15px 10px;
}
.rnk1item .ttitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 130%;
}

.rnk1item th, .rnk1item td {

}
.rnk1item .timg {
	width: auto;
	padding-top: 10px;
	vertical-align:middle;
}
.rnk1item .alt th, .rnk1item .alt td {

}

/*
==================================================
ランキングテーブル２
==================================================
*/
table.rnk2item {
	table-layout:auto;
	border:solid 1px #CCC;
}

.rnk2item .timg, .rnk2item .tdesc {
	padding: 8px;
	vertical-align: top;
}

.rnk2item th.ttitle {
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.rnk2item td{
	overflow:hidden;
}

.rnk2item td.tdesc {
	width:100%;
}

.rnk2item td.timg {
	width:auto;
}

.rnk2item td.tdesc,.rnk2item td.timg {
	border:none;
}


.rnk2item .timg img {
	padding-bottom: 10px;
	height:auto;
}

.rnk2item .tdesc {
	line-height: 150%;
}

table.rnk2item table.ttable {
	width:101%;
	margin: 0px;
	padding: 0px;
	border:none;
	table-layout:fixed;
}

.ttable th, .ttable td {
	padding: 8px;
	line-height:130%;
	text-align: center;
	border:none;
	border-right:dotted 1px #CCC;
}

/*
==================================================
ランキングテーブル３
==================================================
*/

.rnk3item {
	table-layout:auto;
	border:solid 1px #CCC;
}
.rnk3item th {
	text-align: left;
	padding: 8px;
	font-size: 17px;
}
.rnk3item th img {
	vertical-align: bottom;
	margin-right: 6px;
}

.rnk3item td {
	padding: 10px;
	border:none;
}
.rnk3item td.timg {
	text-align: center;
	width: auto;
}

.rnk3item .img-center{
	width:auto;
	display:inline;
}

.rnk3item th img{
	float:left;
}


/*
==================================================
価格比較テーブル
==================================================
*/
.prc1item {
	table-layout:auto;
}

.prc1item th {
	padding: 6px;
	text-align: center;
}

.prc1item td {
	text-align: center;
	padding: 6px;
}
.prc1item td {
	text-align: center;
	padding: 6px;
}
.prc1item .alt td {
	background-color: #F5F5F5;
}

.prc1item .price {
	text-align: right;
	width: 100px;
	font-size:15px;
}

/*
==================================================
項目説明型
==================================================
*/
.dsc1item,.dsc2item {
	background-color: #CCCCCC;
	table-layout:fixed;
}
.dsc1item th, .dsc1item td,.dsc2item th, .dsc2item td {
	padding: 6px;
}

.dsc1item th{
	width:30%;
}

.dsc1item th , .dsc2item th {
	text-align: center;
}

.dsc1item td , .dsc2item td {
	vertical-align: top;
}

/*
==================================================
メニュー型
==================================================
*/
.tblmenu1item td {
	font-size: 12px;
	line-height: 130%;
	vertical-align:top;
}
.tblmenu1item td .ttitle {
	background-color: #EEEEEE;
	font-weight: bolder;
        margin:0;
	padding: 7px;
	margin-bottom: 8px;
	font-size: 13px;
}

/* 吹き出し */

.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	overflow: hidden;
	padding:0;
	margin: 0 50px ;
	color: #333333;
}

.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
	overflow: hidden;
}


.balloon1 .b_body{
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}

.balloon2 .b_body{
	background-color:#FFF;
	border:solid 1px #CCC;
}

.balloon3 .b_body{
	background-color:#EBEBEB;
}

.balloon4 .b_body{
	background-color:#EAF1FF;
	border:solid 1px #6AA3F9;
}

.balloon5 .b_body{
	background-color:#FFEAEA;
	border:solid 1px #F96565;
}

.balloon6 .b_body{
	background-color:#FFF;
	border:solid 2px #CC0000;
}

.balloon7 .b_body{
	background-color:#FFF;
	border:solid 2px #0080B8;
}

.balloon8 .b_body{
	background-color:#FFF;
	border:solid 2px #FF8201;
}

.balloon9 .b_body{
	background-color:#FFF;
	border:2px solid #739221;
}



.bln .img-l{
	position:relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top: 18px;
	left: 51px;
	float:left;
	width: 18px;
	height: 19px;
	margin:0;
}

.bln .img-r{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top: 18px;
	right:1px;
	float:right;
	width: 18px;
	height: 19px;
	margin:0;
}
.bln .img-t{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top:1px;
	left: 30px;
	width: 12px;
	height: 2px;
	float:none;
	margin:0;
padding-bottom: 10px;
padding-top: 10px;
}
.bln .img-b{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	bottom:1px;
	left: 30px;
	width: 12px;
	height: 5px;
	margin:0;
padding-bottom: 10px;
padding-top: 10px;
}


div.bln:after{height:0; visibility: hidden; content: ".";   display: block; clear: both;}
.balloon1 .img-b{ background-position: 0 0;} 
.balloon1 .img-l{ background-position: 0 -72px;} 
.balloon1 .img-r{ background-position: 0 -139px;} 
.balloon1 .img-t{ background-position: 0 -206px;} 
.balloon2 .img-b{ background-position: 0 -278px;} 
.balloon2 .img-l{ background-position: 0 -350px;} 
.balloon2 .img-r{ background-position: 0 -417px;} 
.balloon2 .img-t{ background-position: 0 -484px;} 
.balloon3 .img-b{ background-position: 0 -556px;} 
.balloon3 .img-l{ background-position: 0 -628px;} 
.balloon3 .img-r{ background-position: 0 -695px;} 
.balloon3 .img-t{ background-position: 0 -762px;} 
.balloon4 .img-b{ background-position: 0 -834px;} 
.balloon4 .img-l{ background-position: 0 -906px;} 
.balloon4 .img-r{ background-position: 0 -973px;} 
.balloon4 .img-t{ background-position: 0 -1040px;} 
.balloon5 .img-b{ background-position: 0 -1112px;} 
.balloon5 .img-l{ background-position: 0 -1184px;} 
.balloon5 .img-r{ background-position: 0 -1251px;} 
.balloon5 .img-t{ background-position: 0 -1318px;} 
.balloon6 .img-b{ background-position: 0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position: 0 -1462px;left: 52px;} 
.balloon6 .img-r{ background-position: 0 -1531px;right:2px;} 
.balloon6 .img-t{ background-position: 0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position: 0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position: 0 -1744px;left:52px;} 
.balloon7 .img-r{ background-position: 0 -1813px;right:2px;} 
.balloon7 .img-t{ background-position: 0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position:78px 0;bottom:3px;left: -20px;} 
.balloon8 .img-l{ background-position: 77px -72px;left:3px;}
.balloon8 .img-r{ background-position:78px -141px;right:53px;}
.balloon8 .img-t{ background-position: 78px -210px;top:2px;left: -20px;}
.balloon9 .img-b{ background-position: 78px -282px;bottom:3px;left: -20px;} 
.balloon9 .img-l{ background-position: 78px -354px;left:2px;} 
.balloon9 .img-r{ background-position: 78px -423px;right:53px;} 
.balloon9 .img-t{ background-position: 78px -492px;top:2px;left: -20px;} 

/* FAQ */

.question1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 15px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(./img/q1.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 85%;
}

.answer1 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	border:solid 1px #CCC;
	background-color:#F5F5F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px auto 35px auto;
	padding: 20px 20px 20px 60px;
	background-image: url(./img/a1.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	behavior: url(http://www.homepage-tukuri.com/shouhin/css/PIE.htc);
	width: 80%;
}

.question2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(./img/q2.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 85%;
}

.answer2 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	margin: 5px auto 15px auto;
	padding: 10px 10px 20px 50px;
	background-image: url(./img/a2.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	border-bottom:dotted 1px #CCC;
	width: 80%;
}

/* 文字装飾 */

blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px 50px ;
	line-height: 130%;
}

.alert,.accept,.attention,.thint{
	font-size: 12px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position:8px 3px;
	width: 85%;
  	margin: 10px auto;
}

.alert {
	background-color: #FFEFEF;
	background-image: url(./img/alert.png);
	background-repeat: no-repeat;
	color: #A2462F;
	border: 1px solid #FABDA7;
}

.accept {
	border: 1px solid #C2E39B;
	background-color: #EFFADA;
	background-image: url(./img/accept.png);
	background-repeat: no-repeat;
	color: #346F15;
}

.attention {
	border: 1px solid #FDE8A8;
	background-color: #FEF8E0;
	background-image: url(./img/attention.png);
	background-repeat: no-repeat;
	color: #804900;
}

.thint {
	border: 1px solid #C5D7ED;
	background-color: #EFF4FA;
	background-image: url(./img/thint.png);
	background-repeat: no-repeat;
	color: #2C4F7A;
}

 .user1,.user2 {
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
	width: 80%;
  	margin: 10px auto;
}

 .user1{
	background-image: url(./img/user1.png);
}

 .user2{
	background-image: url(./img/user2.png);
}

.noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}
.user1.noimage {
  width: 85%;
}

.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}

#header h2, #header .title {
  font-size: 36px;
  line-height: 2.2;
  position: relative;
  left: 30px;
  top: 50px;
}

.txt-img img{
	margin:0 10px;
}

.flatbuttonblue a {
  width: 440px;
  background-color: #64B5F6;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 18px 0;
}

.flatbuttonblue a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}

.flatbuttongreen a {
  width: 420px;
  background-color: #808000;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
  padding: 10px 0;
}

.flatbuttongreen a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}
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;}
