
body {
	margin: 0;
	padding: 0;
/*	background: #E3E7ED url(images/img01.gif) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #f7f0e4;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px solid #D3224C;
	color: #D3224C;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#headerWrapper {
	width: 100%;
	height: 231px;
	background: url(../images/headerBack.png) repeat-x left top;
}

#header {
	width: 968px;
	height: 231px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat left top;
	position:relative;
}

#headerLogo{
	position:absolute;
	top:5px;
	left:0px;
	width:260px;
	height:130px
}

#headerLogin{
	position:absolute;
	top:75px;
	left:280px;
	font-size:16px;
	color: #D3224C;
}

#headerUserName{
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
}

#headerInquiry{
	position:absolute;
	top:30px;
	right:10px;
	font-size:12px;
	color: #D3224C;
}

#headerAd{
	position:absolute;
	top:50px;
	right:10px;
}

/* Menu */

#menu {
	position:absolute;
	top:150px;
	left:50px;
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 60px;
	width: 148px;
	text-align: center;
	display: block;
}

#menu li.one {
	padding-top:15px;
}

#menu a {
	position: relative;
  	/*top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);*/
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul.submenu {
    list-style-type: none;
    position: absolute;
    display: none;
    z-index: 255;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	line-height: normal;
}

#menu ul.submenu li {
	float: none;
	/*height: initial;
	height: auto;*/
	height:35px;
	width: initial;
	width: auto;
	background: #ce676f;
	text-align: left;
}
#menu li:hover ul, .menustyle li.over ul {
    margin: 0;
    padding: 4px;
    display: block;
    background: #ce676f;
    zoom: 1;
}

#menu ul.submenu a {
	font-size: 18px;
}

/* Infomation Area*/

.infoArea{
	margin: 10px auto;
	padding-top: 5px;
	height: 41px;
	width: 786px;
	text-align: center;
	color: #C1293B;
	font-size: 18px;
	background: url(../images/infoBack.png) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 6px 0 0 5px;
}

.post {
	width: 565px;
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #CEB0AE;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	background:#FFF8FB;
}

.post .title {
	height: 35px;
	width:480px;
	padding: 5px 0 0 8px;
	margin:0 auto;
	background: url(../images/contentHeader.png) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
}
/*
.post .title a {
	color: #000000;
	border: none;
}
*/
.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 40px 15px 20px;
	text-align: left;
	/*text-align: justify;*/
}

.post .box {
width: 545px; /* ボックスの横幅 */
background-color: transparent; /* 内容の背景色 */
border: 1px #C6C6C6 solid; /* 枠線（太さ・色・スタイル） */
margin-top:5px;
font-size:1.4em;
}

.post .box H4 {
background-color: #FFB6D4; /* 見出しの背景色 */
font-size: 12pt; /* 見出しの文字サイズ */
margin: 0; /* スペースを削除 */
padding: 3px;
color: #FFFFFF;
border-bottom: 1px #C6C6C6 solid; /* 見出し下の枠線（太さ・色・スタイル） */
}

.post .box P {
margin: 0; /* スペースを削除 */
padding: 3px;
}

.post .image img {
border: 1px #444444 solid;
}

.post a img {
    border-style:none;
}

.post .twittericon{
	border-bottom:none;
}

.contentApp{
	float:left;
	width:140px;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	background:#FFF8FB;
  	font-size: 10px;
}

.appHeader {
	height: 35px;
	width:122px;
	padding: 0;
	margin:5px auto;
	background: url(../images/sideHeader122.png) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 12px;
	text-align:center;
	line-height: 1.1em;
}

#content .ad {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#content .ad336 {
	width: 336px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 336px;
	padding: 6px 5px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li.border {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	background:#FFF8FB;
}

#sidebar li div.border {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	background:#FFF8FB;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2.big {
	height: 35px;
	width:285px;
	padding: 5px 0 0 8px;
	margin:5px auto;
	background: url(../images/sideHeader285.png) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
}

#sidebar h2.middle {
	height: 35px;
	width:176px;
	padding: 5px 0 0 0;
	margin:5px auto;
	background: url(../images/sideHeader176.png) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align:center;
}

#sidebar h2.small {
	height: 35px;
	width:101px;
	padding: 5px 0 0 0;
	margin:5px auto;
	background: url(../images/sideHeader101.png) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align:center;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#sidebar .ad300 {
	width: 300px;
	margin: 0 auto;
}

/* Footer */

#footerWrapper{
	width: 100%;
	height: 208px;
	background: url(../images/footerBack.png) repeat-x left top;
}

#footer {
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #999999;
}

#footerAd{
	width:728px;
	height:90px;
	text-align:center;
	margin:0 auto;
}

#footer p {
	float:left;
	width:820px;
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #CE676F;
}
#footerMenu{
	width:960px;
	margin:0 auto;
}

#footer .privacySeal{
	float:left;
	margin-left:20px;
	margin-right:20px;
}

table.simple {
    /*line-height: 105%;*/
}

/* Community */
table.communityView {
	width:560px;
}

td.communityThreadHead{
	background:#FFB6D4;
	color:#ffffff;
	font-size:1.4em;
	border: 1px #CCCCCC	 solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread0{
	width:240px;
	background:#ffffff;
	border: 1px #CCCCCC solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread1{
	background:white;
	font-size:1.2em;
	border: 1px #CCCCCC solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* SearchResult namae */
table.namae {
	width:550px;
}
td.namaeData{
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	font-size:1.2em;
}
td.namaeMoji{
	background-color: #FFFFFF;
	width:30px;
	color: #CE676F;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}
td.namaeMojiHighlight{
	width:30px;
	background-color: #2D3541;
	color: #FF0000;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}

/* picture */
table.picture {
	width:550px;
}
th.pictureHead{
	background-color: #FFB6D4;
	color: #FFFFFF;
	font-size:1.2em;
	border: 1px #666666 solid;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.pictureData{
	border: 1px #666666 solid;
	font-size:1.2em;
	color: #222222;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.pictureDataLeft{
	border: 1px #666666 solid;
	font-size:1.2em;
	color: #222222;
	text-align: left;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* namae news */
table.headLine {
	width:590px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
th.headLineHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.3em;
	text-align:left;
	padding-left:10px;
	height:35px;
}
tr.headLineRow:nth-child(odd){
	background: #ffeff2;
}
tr.headLineRow:nth-child(even){
	background: #ffffff;
}
td.headLineData{
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
span.headLineDate{
	font-size:0.9em;
}

table.otherNews {
	width:590px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin-bottom:10px;
}
th.otherNewsHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.2em;
	text-align:left;
	padding-left:10px;
	height:30px;
}
td.otherNewsData{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
td.otherNewsDate{
	width:160px;
	font-size:0.9em;
}
hr.newsHr{
	height: 8px;
	background-color: #f0C0C0;
	border: 2px solid;
	border-color: #c49090 #ffeff2 #ffeff2 #c49090;
	color: #f0C0C0;
	margin: 10px 25px 10px 0;
}

/*　ニュースエリア　*/
div.news-box{
	/*background:white;
	border: solid 1px #B2B2B2;*/
	margin: 0 0 20px;
	}
div.news-box div#news{
	/*background:url(../_img/index/bg_news.gif) repeat-y left top;*/
	overflow:hidden;
	zoom:1;
	}
div.news-box div.title-area{
	position:relative;
	/*background-color: #EEE;*/
	width:558px;
	border-bottom:solid 2px #DE4C8D;
	margin:0 0 5px;
	left: 0px;
	top: 0px;
	height:30px;
	}
div.news-box h2{
	padding: 0;
	position:absolute;
	left:10px;
	top:8px;
	font-size:140%
	}
div.news-box h2 img{
	vertical-align:top;
	}
div.news-box ul.tab-menu{
	overflow:hidden;
	zoom:1;
	position:absolute;
	right:0px;
	top:3px;
	text-align:right;
	}
div.news-box ul.tab-menu li{
	display:inline;
	margin: 0 0 0 10px;
	/*background:url(../_img/bg_line01.gif) repeat-y right top;*/
	zoom: 1;
	line-height: 2;
	}
div.news-box ul.tab-menu li a{
	/*background:url(../_img/ico_arrow04.gif) no-repeat left center;*/
	padding: 0 10px;
	}
div.news-box ul.tab-menu li a:hover{
	/*background:url(../_img/ico_arrow04_o.gif) no-repeat left center;*/
	}
div.news-box ul.tab-menu li.on a{
	/*background:url(../_img/ico_arrow04_o.gif) no-repeat left center;*/
	color:#DE4D8E;
	}
div.no-news {
	background-color: white;
}

div#newstype0{
	/*display: none;*/
}

div#newstype1{
	display: none;
}
div#newstype2{
	display: none;
}
/* リストの最後の処理 */
div.news-box ul.tab-menu li.last{
	background:none;
	}
div.news-box p.more{
	text-align:right;
	margin:0 0 5px;
	}

div.news-box div.more_back{
	background:white;
	height:20px;
	padding-right:10px;
	}

div.news-box div.newsList1,
div.news-box div.newsList2,
div.news-box div.newsList3{
	float:left;
	width:260px;
	}
div.news-box div.newsList1{
	margin-left:10px;
	margin-right:10px;
	}
div.news-box div.newsList2{
	padding-left:10px;
	margin-right:10px;
	border-left: solid 1px #B2B2B2;
	}
div.news-box div.article{
	border-bottom: 1px dotted #666666;
	padding:10px 0 10px;
	margin:0;
	}
div.news-box div.article h3{
	margin: 0 0 8px;
	padding: 0;
	color:#787878;
	line-height:1.4;
	font-size:100%;
	}
div.news-box div.article p{
	font-size:85%;
	color:#999999;
	line-height: 1.3;
	margin: 0 0 10px;
	}
div.news-box div.article p.data{
	margin-bottom:3px;
	}
div.news-box div.article p.images{
	margin: 0;
	}

h4.accordion_head{
	width:110px;
    background-image : url(../images/plus.png);
    background-repeat : no-repeat;
    background-position : 99% 50%;
    padding : 5px 15px 5px 3px;
    margin:0;
}
    
/* simple style */
table.simple{
	margin:0 auto;
	border-collapse:collapse;
}
table.simple thead tr {
    background-color: #FF88B3 !important;
    color: white !important;
}
table.simple tr.even {
    /*background-color: white;*/
}
table.simple tr.odd {
    /*background-color: white;*/
}
table.simple, table.simple td, table.simple th {
	border: 1px solid #CEB0AE;
}
    
/**
 * CSS Buttons Generator for your pleasure!
 * http://www.dextronet.com/css-buttons-generator
 *
 * (c) Ondrej Zabojnik <zabojnik@dextronet.com>, released under the MIT license
 *
 * Usage:
 *   <a href="" class="shiny-button"><strong>続きを見る</strong></a>
 *
 */

.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #BF3D82;
  background-image: -webkit-linear-gradient(top, #c23f85 0%, #b57095 48%, #BF3D82 49%, #BF3D82 82%, #51c790 100%);
  background-image: -moz-linear-gradient(top, #c23f85 0%, #b57095 48%, #BF3D82 49%, #BF3D82 82%, #51c790 100%);
  background-image: -o-linear-gradient(top, #c23f85 0%, #b57095 48%, #BF3D82 49%, #BF3D82 82%, #51c790 100%);
  background-image: linear-gradient(top, #c23f85 0%, #b57095 48%, #BF3D82 49%, #BF3D82 82%, #51c790 100%);
  border-color: hsl(0, 0%, 47%);
  -webkit-box-shadow: inset 0 0 1px 1px #ce669d, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ce669d, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ce669d, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #72244d;
  -moz-text-shadow: 1px 1px 1px #72244d;
  -o-text-shadow: 1px 1px 1px #72244d;
  text-shadow: 1px 1px 1px #72244d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 3.5999999999999996px 9px 3.5999999999999996px 9px;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 10px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #c44789;
  background-image: -webkit-linear-gradient(top, #c54b8b 0%, #ba7a9c 48%, #c44789 49%, #c44789 82%, #cb5c97 100%);
  background-image: -moz-linear-gradient(top, #c54b8b 0%, #ba7a9c 48%, #c44789 49%, #c44789 82%, #cb5c97 100%);
  background-image: -o-linear-gradient(top, #c54b8b 0%, #ba7a9c 48%, #c44789 49%, #c44789 82%, #cb5c97 100%);
  background-image: linear-gradient(top, #c54b8b 0%, #ba7a9c 48%, #c44789 49%, #c44789 82%, #cb5c97 100%);
  border-color: hsl(0, 0%, 48%);
  -webkit-box-shadow: inset 0 0 1px 1px #d375a7, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #d375a7, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #d375a7, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #7d2855;
  -moz-text-shadow: 1px 1px 1px #7d2855;
  -o-text-shadow: 1px 1px 1px #7d2855;
  text-shadow: 1px 1px 1px #7d2855;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #b3397a;
  background-image: -webkit-linear-gradient(top, #ab3775 0%, #BF3D82 100%);
  background-image: -moz-linear-gradient(top, #ab3775 0%, #BF3D82 100%);
  background-image: -o-linear-gradient(top, #ab3775 0%, #BF3D82 100%);
  background-image: linear-gradient(top, #ab3775 0%, #BF3D82 100%);
  padding: 4.6px 9px 2.5999999999999996px 9px;
}

.clear{
	clear:both;
}

#twitter-widgetoon-0,#twitter-widgetoon-1,#twitter-widgetoon-2,#twitter-widgetoon-3,#twitter-widgetoon-4,#twitter-widgetoon-5,#twitter-widgetoon-6,#twitter-widgetoon-7,#twitter-widgetoon-8,#twitter-widgetoon-9,#twitter-widgetoon-10 {
  height:20px!important;
}
a.twitter-share-buttoon{
	border-bottom:none;
}