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

/* 基本スタイル */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 100%;
	line-height: 1.6;
        
        background-attachment:fixed;
        -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: 170%;
	-moz-text-size-adjust: 170%;
	-ms-text-size-adjust: 170%;
	-o-text-size-adjust: 170%;
	text-size-adjust: 170%;
}
div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}
h1, h2, h3, h4, .title ,.menutitle{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}
h1,h2,h3,h4{
	clear:both;
}
/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/
.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}
/* -------- リンク */
a,a:visited{
	color:#006699;
}
a:hover{
	color:#FF0000;
}
a img {
  border: none;
  text-decoration: none;
}
.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 文字装飾 */
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;
}
dl{
	margin:0;
	padding: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: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-left: 60px;
}
*: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);
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 基本レイアウト */
#container {
	width: 1000px;
	_width: 1010px;
	padding-top: 35px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 702px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	border: 2px solid #81B7E7;
        border-radius:2px;
      /* box-shadow 
box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 2px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 2px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 2px;*/
}
#header h2 ,#header .title {
	width: 550px;
	font-size: 2.2em;
	line-height: 2.2;
	position: relative;
	left: 30px;
	top: 50px;
        
}
#header h2  a, #header  h2  a:visited,#header  .title  a,#header  .title  a:visited {
	color: #4A97DD;
	text-decoration: none;
        
}
#headertext {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3;
	width: 550px;
	position: relative;
	left: 30px;
	top: 60px; 
        
}
/* コンテンツ */
/* グローバルメニュー */
#topmenu {	
	height: 48px;
	line-height: 3.0;
	width: 1000px;
	position: absolute;
	top: 757px;
	padding: 0px;
	background-image:url(img/topmenu.jpg);
        background-repeat:repeat-x;
	background-position: left top;
       overflow: hidden;
	margin-bottom: 25px;
	font-size: 15px;
         border-radius:2px;
}
#topmenu span a {
	overflow: hidden;
	width: 16%;
	_width:15.6%;
        width: 20%;
	_width: 19.6%;
        
	text-align: center;
	color: #FFFFFF;
        text-shadow: 1px 1px 2px #555;
	font-weight: 700;
	text-decoration: none;
	float: left;
	height: 45px;
	_height:47px;
	background-image: url(img/gropin.png), url(img/topmenu_li_bg_r.png);
	background-position: 13% 50% , right top;
	background-repeat:no-repeat, repeat-y;
	float: left;
	margin-bottom: 25px;
	padding: 0px;
	display: block;
	position: relative;
	right: -2px;     
}
#topmenu span a:hover {
	color: #277DCB;
        top: 0px;
        text-shadow: 1px 1px 5px #fff,0px 0px 5px #fff,0px 0px 4px #fff,0px 0px 70px #fff,0px 0px 3px #fff, 0px 0px 0px #fff;
        border-radius:2px;
}

#siteNavi {
	font-size: 0.775em;
	line-height: 1.5;
        margin-top:10px;
	margin-bottom:15px;
        margin-left:18px;
        margin-right:18px;
}
#contents {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
        margin-top:0px;
}
#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}
/* フッター */
#footer {
	text-align: center;
	color: #333;
	line-height: 5.0;
	height: 64px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footermenu{
	text-align:center;
	padding:6px;
        display: inline;
}
#footlink {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #666666;
	font-size: 14px;
        background-color:rgba(129,183,231,0.15);
        margin-right:auto;
        margin-left:auto;
       border-radius:2px;
}

#footlink a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}
#footlink a:hover {
	color: #FF0000;
}
/* フリースペース */
#space1, #space2 {margin-top: 2px;
	margin-bottom: 8px;
        margin-right: 4px;
        margin-left: 6px;
	padding: 10px 25px 14px 25px;
       background-color: #FFF;
       border-style:solid;
       border-width: 3px;
       border-color:#81B7E7;
       border-radius:2px;
      /* box-shadow
box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px; */
}
#space1 h3, #space2 h3{
        width:auto;
}
#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; */
}
/* レイアウト差分 */
#innerspace {
 margin-top: 2px;
	margin-bottom: 8px;
        margin-right: 4px;
        margin-left: 6px;
	padding: 10px 25px 14px 25px;
       background-color: #FFF;
       border-style:solid;
       border-width: 3px;
       border-color:#81B7E7;
       border-radius:4px;
      /* box-shadow 
box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;*/
}
#contents {
	padding-right: 0px;
	padding-left: 0px;
}
#main {
	float: right;
	width: 730px;
}
#menu {
	float: left;
	width: 262px;
	padding-top: 16px;
	padding-bottom: 10px;
}
#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	margin-top: 15px;
	margin-bottom: 12px;
}
#text1 h2,#text2 h2,#text2 h2,#text4 h2,#text5 h2,#text6 h2,#text6 h2,#text7 h2,#text8 h2,#text9 h2,#text10 h2{
	width: auto;
}

#main h2{
	width: 705px;
        
}
#searchbox {
	position: absolute;
	top: 0px;
	width: 980px;
	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: 1.5;
        text-indent:10px;
        background-image:url(img/h1_02.png);
        background-repeat:no-repeat;
        background-position: left top;
	position: absolute;
	top: 5px;
	padding-right: 10px;
	padding-left: 13px;
       font-weight: normal;
}

#main h2,.blog .title {
        background:#81B7E7;
       color: #FFF;
        background-image:url(img/h2_06.png);
        background-repeat:no-repeat;
        background-position: left center ;
        text-indent:40px;
        text-shadow: 1px 1px 2px #444;
	font-size: 22px;
        font-weight:700;
        margin-left:-25px;
        margin-bottom:20px;
	position:relative;
	padding: 7px 5px 5px 5px;
	box-shadow:
		10px 0 0 0 #81B7E7,
		-10px 0 0 0 #81B7E7,
		0 3px 3px 0 rgba(0,0,0,0.2);
/* 左上のみ角丸 */
border-top-left-radius: 2px; 
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
/* 右上のみ角丸 */
border-top-right-radius: 2px; 
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topright: 2px;
}
#main h2:before{
        content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#277DCB;
}
#main h2:after{
	content:" ";
	position:absolute;
	top:100%;
	right:-10px;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#277DCB;
}
.blog .title a{
	color:#DF4567;
}
#main h3 {
        position: relative;
	color: #2C1F29;
        background-image:url(img/h3_06.png),url(img/ws000181.jpg);
        background-repeat:no-repeat,repeat;
        background-position:1% center,center center;
        border-top: 3px solid #81B7E7;
        border-bottom: 3px solid #81B7E7;
	font-size: 22px;
        font-weight:500;
        text-indent:40px;
         text-shadow: 1px 0px 1px #888;
        margin-top:10px;
        margin-left:-25px;
        margin-right:-25px;
        margin-bottom:25px;
	padding: 7px 5px 5px 5px;
box-shadow:rgba(163, 116, 124, 0.43) 0px 0px 1px 1px;
-webkit-box-shadow:rgba(163, 116, 124, 0.43) 0px 0px 1px 1px;
-moz-box-shadow:rgba(163, 116, 124, 0.43) 0px 0px 1px 1px;
}
#main h4   {
	font-size: 18px;
	line-height: 1.4;
        font-weight:700;
	background-image: url(img/h4_03.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
         margin-right:10px;
	background-position: left center;
	padding-right: 8px;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #000000;
	border-bottom: dotted 3px #81B7E7;
}
#main  h5{
	background-image: url(img/h5_01.png);
	background-position: left center;
	background-repeat: no-repeat;
        font-weight:normal;
	font-size: 16px;
	line-height:1.8;
	text-indent: 30px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#main  h6{
	background-image: url(img/h6_01.png);
	background-repeat: no-repeat;
	background-position: left center; 
        font-weight:normal;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* サイトマップ */
#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: 1.625;
	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: 1.25;
	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: 1.25;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}
#whatsnew {
	background-image: url(img/whats_topicon.png),url(img/whats_top.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 1% -5px,left top;
        background-color : rgba(255,255,255,0.6);
        margin-top:35px;
        margin-bottom:20px;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
        border-radius: 2px;
border-style:solid;
       border-width: 3px;
       border-color:#81B7E7;
       border-radius:2px;
      /* box-shadow
box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 4px 3px; */
}
#whatsnew  li  {
	line-height: 1.8;
	list-style-image: url(img/whats_li.png);
	margin-right: 10px;
	margin-left: 10px;
}
/* カテゴリーリスト */
#categorylist {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
        
}
#categorylist .cbox{
	margin-bottom:15px;
	font-size:14px;
}
#categorylist .cbox:after {
	clear: both;
}
#categorylist h4 {
	clear: none;
	font-size: 18px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	line-height: 1.3;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	overflow: hidden;
}
#categorylist h4 a{
	color: #006699;
}
#categorylist h4 a:hover{
	color: #81B7E7;
}
#categorylist .desc {
	font-size: 14px;
	line-height: 1.2;
	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;
}
#entrylist dl {
	padding: 6px;
	display: block;
}
#main #entrylist h4 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#entrylist dt {
	font-weight:500;
	font-size: 1.0em;
	background-image: url(./img/entlist.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4;
        margin-bottom: 3px;
	padding-left: 15px;
}
#entrylist dd {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #757575;
	line-height: 1.0;
}
/* 記事スタイル */
.txt-border {
	background-image: url(img/dott.gif);
	line-height: 1.375;
	font-size: 14px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}
.txt-border p {
	line-height: 1.375;
	font-size: 14px;
}
.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 {
               margin-top:50px;
               margin-left:-5px;
               margin-right:-5px;
        padding: 50px 20px 10px 20px;
	background-image: url(./img/dec1_body.png);
       background-position:center ;
	background-repeat:  repeat-y;
               box-shadow:none;
}
.txt-decbox1  .top{
	height:50px;
	background-position: center top;
	background-image: url(./img/decbox1.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 24px;
}
.txt-decbox1  .body{
       margin-top:50px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/decbox1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.txt-decbox2 {
	background-image: url(./img/dec2_body.png);
        background-position:center;
	background-repeat: repeat-y;	
        margin-left:-5px;
               margin-right:-5px;
}

.txt-decbox2  .top{
	height:70px;
	background-image: url(./img/decbox2.png);
	background-repeat: no-repeat;
	background-position: center top;
        margin-top:0px;
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 22px;
}
.txt-decbox2  .body{
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.txt-decbox2  .bottom{
	height:105px;
	background-image: url(./img/decbox2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
        margin-bottom:0px;
       padding-top:20px;
}
#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;	
}
#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
        width: 540px;
        font-weight:normal;
        margin-left:10px;
        padding:0;
	background-image: none;
	border: none;
	font-size: 28px;
	text-align: center;
        box-shadow:none;
        
}
#main .txt-decbox1 h3 span, #main .txt-decbox2 h3 span {
	background-image: none;
        background-color:#fff;
}

#main .txt-decbox1 h2 , #main .txt-decbox2 h2  {
	width:570px;
        margin-left:20px;
}
#main .txt-decbox1 h2:after {
    border-right-color:#FFF;
    border-color:#FFF;
}
#main .txt-decbox2 h2:after {
     border-right-color:#FFF;
     border-color:#FFF;
}
#main .txt-decbox1 h2:before {
    border-right-color:#FFF;
}
#main .txt-decbox2 h2:before {
     border-right-color:#FFF;
}

#main .txt-decbox1 h3:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
}
#main .txt-decbox2 h3:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
}
/* 記事スタイル - 色差分 */
.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;
	background-color:#FFF;
	line-height:1.2;
}

.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: 0px;
}
#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	padding:0 0 1px 0;
}
#menu h4 ,#rmenu h4 ,.menutitle {
	position: relative;
        color: #fff;
        background-color: #81B7E7;
       background-image: url(img/sidebox_title01.png);
        background-repeat: no-repeat;
	background-position: 5px center ;
        font-size: 16px;
        font-weight:700;
        text-shadow: 1px 1px 1px #666;
        text-indent:32px;
        margin: 0px 0px 3px 0px;
        padding: 7px;
        border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
/* box-shadow 
box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 1px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 1px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 3px 1px;*/
}
#menu .menubox, #rmenu .menubox {
        margin-bottom: 15px;
        padding:-4px;
        background-color:rgba(255,255,255,0.60);
        border-radius: 2px 2px 2px 2px;
	    -moz-border-radius: 2px 2px 2px 2px;
	    -webkit-border-radius: 2px 2px 2px 2px;
/* box-shadow */
box-shadow:rgba(129,183,231,0.6) 0px 0px 2px 1px;
-webkit-box-shadow:rgba(129,183,231,0.6) 0px 0px 2px 1px;
-moz-box-shadow:rgba(129,183,231,0.6) 0px 0px 2px 1px;
}
#menu li a ,#rmenu li a{
	line-height: 1.1;
	display: block;
	font-size: 14px;
        font-weight:bold;
	text-decoration: none;
	background: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 2% center;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 24px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	color: #164672;
}
*:first-child+html #menu .menubox,*:first-child+html #rmenu .menubox {
	padding:4px;
}
*:first-child+html #menu li a,*:first-child+html #rmenu li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li a:hover ,#rmenu li a:hover{
	line-height: 1.1;
	display: block;
	font-size: 14px;
        font-weight:bold;
	text-decoration: none;
	background-img: url(img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 2% center;
        background-color:rgba(129,183,231,0.45);
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 24px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	font-color: #164672;
         border-radius: 2px;
        text-shadow: 1px 1px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 20px #fff,0px 0px 3px #fff, 0px 0px 0px #fff;
}
#menu li.l2 a ,#rmenu li.l2 a {
	padding-left: 24px;
        background: url(img/menu_l2.png);
        background-repeat: no-repeat;
        background-position: 10px center;
	font-size: 14px;
        margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
}
#menu li.l2 a:hover ,#rmenu li.l2 a:hover {
        background-color:rgba(129,183,231,0.45);
         border-radius: 2px;
        text-shadow: 1px 1px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 20px #fff,0px 0px 3px #fff, 0px 0px 0px #fff;
}
#menu li.l2, #menu li.l3,#rmenu li.l2, #rmenu li.l3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
}
#menu li.l3 a ,#rmenu li.l3 a {
	background-position: 40px 10px;
	padding-left: 55px;
background: url(img/menu_l2.gif),-moz-linear-gradient(top, #FFFFFF,#FCEDE9);
        background: url(img/menu_l2.gif),-webkit-gradient(linear, left top,
			left bottom, from(#FFFFFF), to(#FCEDE9));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbe4de', GradientType=0)";  
background: url(img/menu_bg.png),linear-gradient(to bottom, #ffffff, #fbe4de);
background-repeat: no-repeat;
background-position: 5% center;
	font-size: 12px;
}
#newEntry li a {
background: url(img/newtext.png);
background-repeat: no-repeat;
background-position: 5% center;
	padding-left: 30px;
}

#newEntry li a:hover{
	line-height: 1.1;
	display: block;
	font-size: 14px;
        font-weight:bold;
	text-decoration: none;
	background-img: url(img/newtext.png);
	background-repeat: no-repeat;
	background-position: 4% center;
        background-color:rgba(129,183,231,0.65);
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 30px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	font-color: #608997;
         border-radius: 2px;
        text-shadow: 1px 1px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 20px #fff,0px 0px 3px #fff, 0px 0px 0px #fff;
}

#menu #newEntry li, #rmenu #newEntry li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
}
.menubox2 {
	margin-bottom:15px;
}
#submenu span{
	display:block;
	margin:2px 0;
}
#submenu span img{
	display:block;
	margin:0;
	padding:0;
}

#sidemonputi {
	padding-top:28px;
	}
#searchresult{
	padding:15px;
}
#searchresult dt{
	background-image: url(img/entlist.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:16px;
	padding-left:16px;
}
#searchresult dd{
	margin:0px;
	line-height:1.2;
	font-size16px;
}
#linklist {
	padding: 15px;
}
#linklist dt {
	font-size: 16px;
	font-weight: bold;
	background-image: url(./img/entlist.png);
	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:16px;
	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: 16px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 1.9;
	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.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.blog .date {
	background-image: url(img/calender.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.3;
	padding-left: 30px;
	height: 22px;
	font-weight: bold;
}
.blog .plist {
	margin-right: 3px;
	margin-left: 3px;
}
#container{
}
#topmenu{
}
#main{
}
#menu{
}
#contents.pcol1 {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
	background-image:none;
}
#main.pcol1 h2{
	width: 894px;
}
#main.pcol1 ,#threebox.pcol1,#menu.pcol1,#rmenu.pcol1{
	float:none;
	width: auto;
}
#menu.pcol1 ul,#rmenu.pcol1 ul {
	list-style-type: none;
	list-style-image: none;
	margin:2px;
	padding: 8px;
        padding-left:15px;
        border-radius:2px;
}
#menu.pcol1 li,#rmenu.pcol1 li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px;
	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;
	border:none;
}
#menu.pcol1  #newEntry,#rmenu.pcol1 #newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#menu.pcol1 h4 ,#rmenu.pcol1 h4 ,#menu.pcol1 .menutitle ,#rmenu.pcol1 .menutitle {
position: relative;
        color: #fff;
        background-color: #81B7E7;
       background-image: url(img/sidebox_title01.png);
        background-repeat: no-repeat;
	background-position: 6px center ;
        font-size: 16px ;
        font-weight:700;
        text-shadow: 1px 1px 1px #666;
        text-indent:25px;
        margin: 15px 0px 5px 0px;
        padding: 10px 5px 10px 10px;
               border-radius: 2px 2px 0px 0px;
	    -moz-border-radius: 2px 2px 0px 0px;
	    -webkit-border-radius: 2px 2px 0px 0px;
}
#menu.pcol1 .menubox, #rmenu.pcol1 .menubox {
        margin-top: 3px;
	margin-bottom: 5px;
	background-color : rgba(255,255,255,0.6);
        border-radius:2px;
}
#menu.pcol1 li a ,#rmenu.pcol1 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.pcol1 div{
	background-image:none;
}

a:hover {
position: relative;
top: 1px;
}
a:hover img {
opacity: .8;
}
#pagetop {
	bottom: 18px;
	clear: both;
	position: fixed;
	right: 26px;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	width: 80px;
}
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:normal;}
.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;}

/* メインコンテンツ用ランキング*/

#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 {
	border: 4px solid #B3D4F1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 15px 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: #609ED1;
	font-size: 24px;
	height: auto;
	line-height: 130%;
	margin-bottom: 6px;
	margin-top: 6px;
}
#main .rank1,#main .rank2,#main .rank3{
	padding: 26px 0 16px 74px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	padding: 20px 0 12px 74px;
}
#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 10px;
}
.rank1 { background-image: url(img/rank1.png); }
.rank2 { background-image: url(img/rank2.png); }
.rank3 { background-image: url(img/rank3.png); }
.rank4 { background-image: url(img/rank4.png); }
.rank5 { background-image: url(img/rank5.png); }
.rank6 { background-image: url(img/rank6.png); }
.rank7 { background-image: url(img/rank7.png); }
.rank8 { background-image: url(img/rank8.png); }
.rank9 { background-image: url(img/rank9.png); }
.rank10 { background-image: url(img/rank10.png); }
#main .rankbox {
	background-image: url(img/rankbox_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 30px 10px 0;
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#main .rankbox .feature span {
	background-color: #EBF7FD;
	background-image: url(img/feature_title.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #609ED1;
	display: block;
	font-weight: 700;
	padding: 3px 10px 3px 32px;
	position: relative;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	padding: 0 !important;
}
#main .rankbox .rankbox-inner p {
	color: #4E4E4E;
	font-size: 92%;
	line-height: 160%;
	overflow: hidden;
	padding-bottom: 10px;
}
#main .rankbox .rank-table {
	clear: both;
	font-size: 92%;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	border: 1px dotted #81B7E7;
	padding: 5px;
	text-align: center;
	width: 33%;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #F1F7FC;
	color: #687A8F;
}
#main .rankbox .rank-table td {
	color: #4E4E4E;
}
#main .rank .comment {
	padding: 30px 10px 0;
}
#main .rank .comment .comment-inner {
	background-color: #FFFCE5;
	padding-bottom: 5px;
	position: relative;
}
#main .rank .comment .comment-tit {
	background-image: url(img/comment_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	position: relative;
	top: -11px;
}
#main .rank .comment .comment-tit span {
	color: #609ED1;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	padding: 50px 20px 0;
}
#main .rank .comment p {
	line-height: 160%;
	padding: 0 20px 10px;
}
#main .rank .more {
	padding-top: 20px;
	text-align: center;
}
#main .rank .more a img {
	margin: 5px 10px;
	vertical-align: bottom;
}
/* メニュー用ランキング*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	color: #609ED1;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 130%;
	margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
	padding: 26px 0 19px 68px;
}
#menu .rank4,#menu .rank5{
	padding: 20px 0 17px 64px;
}
#menu .rank1 { background-image: url(img/rank1.png); }
#menu .rank2 { background-image: url(img/rank2.png); }
#menu .rank3 { background-image: url(img/rank3.png); }
#menu .rank4 { background-image: url(img/rank4.png); }
#menu .rank5 { background-image: url(img/rank5.png); }

.aabox{
	background: #F7FBFF;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3), inset 0 0 3px rgba(0,0,0,0.1);
	position: relative;
	width: 311px;
	margin: 0 auto;
	padding: 250px 0 25px;
         border-style:solid;
       border-width: 2px;
       border-color:#81B7E7;
        border-radius:2px;
}
.aabox p{
	color: #000000;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	margin: 10px 30px 0;
}
.aabox p.photo {
	border: 1px solid #81B7E7;
	line-height: 1;
	position: absolute;
	top: 40px;
	left: 30px;
	margin: 0;
}
.photo img{ 
        width:250px;
}
.tape1{
	background: rgba(255,255,255,0.4);
	border-left: 2px dotted rgba(0,0,0,0.1);
	border-right: 2px dotted rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position:absolute;
	top:-13px;
	left: 36%;
	width: 85px;
	height: 28px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.tape2{
	background: rgba(164,209,255,0.2);
	border-left: 2px dotted rgba(0,0,0,0.1);
	border-right: 2px dotted rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position:absolute;
	top:-13px;
	left: 36%;
	width: 85px;
	height: 28px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);}
.tape3{
	background: rgba(234,246,253,0.5);
	border-left: 2px dotted rgba(0,0,0,0.1);
	border-right: 2px dotted rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position:absolute;
	top:-13px;
	left: 36%;
	width: 85px;
	height: 28px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);}
.tape4{
	background: rgba(226,237,237,0.5);
	border-left: 2px dotted rgba(0,0,0,0.1);
	border-right: 2px dotted rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position:absolute;
	top:-13px;
	left: 36%;
	width: 85px;
	height: 28px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);}
<!--
a:hover img { 
opacity: .6;
}
-->
body,footer,#footer,#footer > div{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,.title,dt,h3 > span,h4 > span,h5 > span,h6 > span,.title > span,div[id$="menu"] h4,div[id$="menu"] .title,#indexlist .title{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#entrylist h4,#entrylist h4::before{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
.rank1,.rank2,.rank3,.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif !important;font-weight:bold;}
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
