@charset "Shift_JIS";
/* CSS Document */
/* ================================================== */
/* BODY--------------------------- */
body { background-image: url(../img/bg_body.jpg); background-repeat: repeat-x; background-color: #FFFFFF; background-position: center top; }
/* ================================================== */
/* レイアウト・背景画像用ボックス--------------------------- */
#box01{
	text-align: center;
	background-image: url(../img/bg_visual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*メインビジュアル背景画像*/
#box02{
}
/* ================================================== */
/*ヘッダー*/
#header{
	height: 178px;
	width: 920px;
	position: relative;
	text-align: right;
}
/*最新情報（ヘッダー下）*/
#box-news{
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 690px;
	margin-right: 0px;
	margin-left: auto;
	text-align: left;
	margin-bottom: 45px;
}
#box-news li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 130%;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
#box-news h3{ margin-top: 0.8em; margin-bottom: 0.6em; font-weight: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; padding-bottom: 0.4em; }
#box-news .sideContents{
	font-size: 11px;
	color: #777777;
	line-height: 150%;
}
/*メインコンテンツ*/
#contents{
	width: 920px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
/* ================================================== */
/* メインレイアウト--------------------------- */
#box-main{
	float: right;
	width: 470px;
	text-align: left;
}
/*右カラム*/
#box-right{
	float: right;
	width: 180px;
	text-align: left;
	margin-left: 40px;
}
/*左カラム（プロフィール等）*/
#box-left{
	width: 200px;
	position: absolute;
	top: 410px;
	text-align: left;
	left: 0px;
	padding-bottom: 50px;
	line-height: 130%;
}
#box-left h3{ margin-bottom: 10px; margin-top: 40px; color: #FF9900; padding-top: 1px; padding-bottom: 3px; font-size: 14px; }
#box-left h4{
	color: #8E509C;
	font-size: 12px;
	margin-top: 9px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D1CF;
	padding-bottom: 2px;
}
#box-left li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
#box-left .sideContents{
	font-size: 11px;
	color: #777777;
}
/* ==================================================新方式角丸 */
/*右カラム角丸用---------------------------*/
div.box-rc250{
	background-color: #F3F1F0;
	width: 100%;	/*幅指定がないと上部にマージン発生*/
	margin-bottom: 20px;
}
b.btop, b.btop b, b.bbot, b.bbot b{
	display: block;
	height: 8px;
	font-size: 1px;
	background-image:url(../img/rc_gray.gif);
	background-repeat: no-repeat
}
b.btop, b.btop b, b.bbot, b.bbot b{
	display: block;
	height: 8px;
	font-size: 1px;
	background-image:url(../img/rc_gray.gif);
	background-repeat: no-repeat
}
b.btop b{background-position: 100% -8px}
b.bbot{background-position: 0 -16px}
b.bbot b{background-position: 100% -24px}
/* ================================================== */
/* エントリー関連（基本）--------------------------- */
.entry{
	margin-bottom: 50px;
}
.entry .midashi{
	font-size: 16px;
	font-weight: bold;
	color: #DE96CB;
	margin-top: 0em;
	margin-bottom: 0em;
}
.entry-title{
	text-align: left;
	padding-bottom: 2px;
}
.entry-title h2{
	height: auto;
	font-size: 36px;
	font-weight: bold;
	line-height: 130%;
}
.entry-title h2 a,
.entry-title h2 a:link,
.entry-title h2 a:active,
.entry-title h2 a:hover,
.entry-title h2 a:visited{
	color: #000000;
	text-decoration: none;
}
.entry-date{
	font-size: 10px;
	color: #AAAAAA;
	line-height: 130%;
	padding-top: 2px;
}
.entry-category{
	font-size: 11px;
	line-height: 130%;
	margin-top: 13px;
	margin-left: 5px;
}
.entry-description,.entry-sequel{
	padding-top: 30px;
	font-size: 14px;
	line-height: 170%;
	padding-bottom: 10px;
	overflow: hidden;
	width: 438px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.entry-sequel{
	padding-top: 30px;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 30px;
	overflow: hidden;
}
.pagenavi,.entry-navi{
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 30px;
}
.entry-data-top{
	text-align: right;
	color: #999999;
	font-size: 10px;
	background-color: #333333;
	padding: 2px;
	line-height: 130%;
}
.entry-data-top a,
.entry-data-top a:link,
.entry-data-top a:active,
.entry-data-top a:hover,
.entry-data-top a:visited{
	color: #79B5D7;
}

.entry-data{
	text-align: right;
	color: #999999;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}

/* コメント枠 */
#comment {
	border:1px solid #DCD9D7;
	padding:20px;
	margin:20px 0 0 0;
	background-color: #FDFBFA;
	font-size: 12px;
}
#commentTitle {
	margin:0 0 20px 0;
	font-size:14px;
	font-weight:bolder;
}
#commentSendTitle {
	margin:30px 0 5px 0;
	font-size:14px;
	font-weight:bolder;
}
.wrap-comment{}
.comment-num{
	width: 50px;
	float: left;
	line-height: 140%;
}
.commentBody {
	line-height: 140%;
	margin-bottom: 15px;
}
ul.commentState {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 130%;
	color: #888888;
	text-align: right;
}
ul.commentState li {
display:inline;
border-left:1px solid #999999;
padding-left:5px;
}
.commentSendForm {margin:0;}	
.commentSendForm .input {width:250px;}
.commentSendForm textarea {
	width:400px;
	margin:0 0 10px 0;
}

/* ================================================== */
/* 右カラム--------------------------- *
/* サイドメニューのH3 */
#box-right h3{
	color: #333333;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: 10px;
	margin-bottom: 0.2em;
	margin-left: 10px;
}
/* サイドメニューの内容 */
#box-right .sideContents {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 11px;
	color: #666666;
}
.sideContents input {
	margin-bottom: 5px;
}

/* ================================================== */
/* フッター--------------------------- */
#foot{
	text-align: center;
	padding-bottom: 20px;
}
/* page TOP */
#pagetop{ margin: 20px; text-align: center; font-size: 12px; }
/* コピーライト */
.copyright{ margin-left: 20px; line-height: 150%; margin-right: 20px; font-size: 10px; color: #999999; text-align: center; }
.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover
 {
	color : #FF6600;
	text-decoration : none;
	}




/* 最下部ボックス--------------------------- */
.pagetop a{
	padding-right: 22px;
	background-image: url(../img/ic_arrow03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	display: block;
	width: 110px;
	margin-right: 0px;
	margin-left: auto;
	vertical-align: bottom;
}
/* フリースペース--------------------------- */

/*リンクバナー---------- */
.box-link-banner{}
.box-link-banner img{
	margin-bottom: 15px;
}

/* --------------------------- */
#box-right h3.frevo{
	background-image: url(../img/frevo_ss180.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 0px;
	height: 310px;
	font-size: 3px;
	color: #0099FF;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}

/* --------------------------- */
/* --------------------------- */
.box-frevo-text{
	color: #ED2E91;
	font-size: 11px;
	line-height: 135%;
}
