@charset 'UTF-8';
@import url(common.css);
@import url(navi.css);

/* ================================================================ *
	NexasDesign 2008
	共通 CSS

	ナビゲーション、ボタン関係のCSSは[navi.css]にあります。
	※common.css側で【liタグ】なども初期化されているので、必要に応じて削除してください。
 * ================================================================ */




/* -------------------------------------------------------------------
	Base
------------------------------------------------------------------- */

body {
	text-align : center;
	color : #333333;
	background:url(../img/parts/bg.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

/* デザインに合わせた適切なwidthに変更してください */
#wrap {
	width : 900px;
	margin : 0 auto;
	text-align : left;
}


p {
	line-height : 140%;
}

td {
}
/* テーブルのborderをシンプルにする場合はコメントアウト */
/*
table {
	border-collapse: collapse;
}
*/

/* サイト全体のリストスタイルを設定します */

li {
	list-style : none;
}


/* 画像のborderを消します */
img {
	border : none;
}

/* aタグ設定 全体を指定する場合はコメントを解除 */

a {
	color : #3366FF;
	text-decoration : none;
}
a:hover {
	color : #ff6600;
	text-decoration : underline;
}



/* -------------------------------------------------------------------
	Header
------------------------------------------------------------------- */
/* for TopPage */
#header-top {
	height : 90px;
}

#header-top h1 {
	float : left;
	padding : 30px 0 0 0;
}

#header {
	height : 62px;
}

#header h1 {
	float : left;
	padding : 20px 0 0 0;
}
#header h1 img {

}
#header p {
	float : right;
	text-align:right;
	width : 300px;
	font-size: 12px;
	color : #666666;
	padding : 30px 0 0 0;
}


/* -------------------------------------------------------------------
	Layout
------------------------------------------------------------------- */

#content:after, .pdate:after,
#main-visual:after {
	content: url(../img/parts/space.gif);
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility:hidden;
}
#content {
	clear : both;
	margin-bottom : 20px;
	padding : 0 0 2px;
	background : url(../img/parts/cont-bottom.gif) no-repeat 0 bottom;
	zoom : 100%;
}


#main-visual {
	margin : 0px 0 8px;
	padding : 0px;
	zoom : 100%;
	background : url(../img/parts/visual_bg.gif) repeat-y;
}


#left-area {
	float : left;
	width: 422px;
}


/* right-area */

#right-area {
	float : right;
	width: 422px;
	padding : 0px 0 0;
	background : url(../img/parts/right_area_top.gif) no-repeat right 0;
}


.cont-box {
	width : 422px;
	padding: 0 0 20px;
}


#right-area-in {
	margin : 0 10px;
}



.topics-box {
	width : 310px;
	float : left;
}


/* -------------------------------------------------------------------
	Right-area
------------------------------------------------------------------- */
/*
.bnr-box {

	margin : 0 0 10px;
}
.inq-box,
.mem-box {
	font-size : 12px;
	color : #666666;
	border-bottom : 1px solid #6d5736;
	background : url(../img/parts/right_box_in.gif) repeat-y;
}
*/
.border-dt {
	border-top : 1px solid #6d5736;
}

.mem-box {
	margin : 0 0 10px;
}
.mem-box2 {
	margin : 0 0 20px;
}
.mem-merit dt{
	margin : 10px 10px 5px;
}

.mem-list ul {
	width : 220px;
	height : 365px;
}
.mem-list li,
.mem-list2 li {
	margin : 0 1px 5px 1px;
	padding : 4px 0 4px 25px;
/*	color : #883402;*/
	background : url(../img/icon/anc01.gif) no-repeat 10px center;
}
.mem-list li a,
.mem-list2 li a {
/*	display:inline-block;*/
/*	position: absolute;*/
	color : #883402;
}

#right-area dl {
/*	padding : 10px;*/
}
.rss-area {
	margin : 5px 0 0;
}
.rss-area dd {
	padding : 0 0 10px;
}
.rss-area dd a {
	margin : 0 10px 0 0;
}


/* -------------------------------------------------------------------
	Footer
------------------------------------------------------------------- */
/* paddingプロパティ等必要に応じて調節してください。 */
#footer {
	height: 193px;
	clear : both;
	background : url(../img/parts/footer_bg.jpg) no-repeat;
	border-top : 1px solid #ABB9C8;
	margin-bottom: 20px;
	padding: 0px 30px 0 15px;
}

#footer address {
	font-style : normal;
	float : right;
	margin : 25px 0 0;
	font-size : 14px;
	line-height : 140%;
}
#footer address img {
	margin : 0 0 5px;
}


#footer dt {
	padding : 0 0 0 18px;
	font-size : 11px;
	background : url(../img/icon/anc_crover01.gif) no-repeat 0 4px;	
}
#footer dt.footer-p {
	margin : 1em 0 0 0;
	font-size : 15px;
}

#add-box {
	width : 300px;
	float : right;
}




/* -------------------------------------------------------------------
	General
------------------------------------------------------------------- */
.img-left { float : left;
	display:block;
	margin : 0 20px 10px 0;
}
.img-right {
	float : right;
	display:block;
	margin : 0 0 10px 20px;
}
.img-right a {
	display : block;
	float : left;
	margin-bottom : 15px;
	padding : 5px;
	border : 1px solid #dcdfbb;
}
.img-right a:hover {
	border : 1px solid #ca5a1c;
}


.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }


.clear  { clear: both; }

.font-b {
	font-size : 150%;
	font-weight:bold;
}
.font-s1{
	font-size: 0.7em;
}
.inline li {
	display : inline;
	padding : 0 14px 0 0;
}
.inline li.inline-right {
	padding : 0 0 0 0;
}
p.att {
	color : #ff3300;
}
.s-font {
	font-size : 95%;
	color : #ff3300;
}

/* 背景がリピートされないなどの場合は指定してください。 */
.clearfix:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}

.go-top {
	clear:both;
	float : right;
	margin : 0 0 20px 0;
	padding : 4px 0 4px 15px;
	background : url(../img/icon/a_icon04.gif) no-repeat 0 center;
}
#left-area-top .go-top {
	margin : 0 0 0 0;
}

h2 {
	margin-bottom: 20px;
}

em {
	color: #E6DA61;
	font-style: normal;
}

strong {
	color:#FF3300;
}

 { 
	display: block;
	background-color:#F7F3CE;
	padding: 15px 10px 15px 30px;
	margin-left: -30px;
}
/* -------------------------------------------------------------------
	For Top Page
------------------------------------------------------------------- */

/*----- PickupBox -----*/
.pickup-box, .pickup-box-y {
	margin-bottom: 20px;
}
.pickup-box-y {
	background-color:#F7F3CE;
}
.pickup-box h2, .pickup-box-y h2 {
	background:transparent url(../img/parts/h2flex_bg01.jpg) no-repeat scroll 0 0;
	clear:both;
	margin-bottom: 5px;
}
.pickup-box h2 span, .pickup-box-y span {
	display: block;
	background:transparent url(../img/parts/h2flex_bg02.jpg) no-repeat scroll 0 bottom;
	padding: 10px 0 10px 24px;
	line-height: 1.2;
	/*font-weight: 500;*/
}
.pickup-box h2 span img, .pickup-box-y span img {
	margin-left: 5px;
	vertical-align: middle;
}
h2.top-up {
	font-size: 1.2em;
	/*font-weight: normal;*/
	color: #3366FF;
	background: #EEF1F3 url(../img/icon/anc02.gif) no-repeat scroll 10px 13px;
	line-height:1.2;
	margin-bottom: 15px;
	padding:10px 20px 10px 30px;
}
h2.top-up span {
	font-size: 0.8em;
	color: #333333;
	background: none;
	display: inline;
	padding: 0;
	line-height: 1;
}
.pickup-box p, .pickup-box-y p {
	padding: 10px 20px 10px 30px;
}

.reratedlink {
	background-image:url(../img/icon/anc01.gif);
	background-position: 14px 45%;
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	margin-left: 30px;
	padding-left: 30px;
}
.pdate {
	display: block;
	line-height: 1;
	font-size: 0.8em;
	margin-bottom: 10px;
}


.topics li {
	font-size: 1.2em;
	background: #EEF1F3 url(../img/icon/anc02.gif) 10px 13px no-repeat;
	line-height: 1;
	padding:10px 20px 10px 30px;
	margin-bottom: 15px;
}
.topics li span {
	font-size: 0.8em;
}


/*----- Table -----*/
.tb01 {
	border:1px solid #ABB9C8;
	border-collapse:collapse;
	width: 100%;
}
.tb01 td, .tb01 th {
	padding: 4px 8px;
	border:1px solid #ABB9C8;
	font-size:1em;
	text-align: left;
	line-height:1.4;
}

.tb01 th {
	background-color: #F2F6F6;
	white-space: nowrap;
}





/* -------------------------------------------------------------------
	TopicsPage[6:4]Layout
------------------------------------------------------------------- */


#left-area2 {
	float : left;
	width: 422px;
}


/* right-area */
#right-area2 {
	float : right;
	width: 300px;
	padding : 0px 0 0;
	background : url(../img/parts/right_area_top.gif) no-repeat right 0;
}


.cont-box2 {
	width : 300px;
	padding: 0 0 20px;
}


.cont-box3 {
	width : 562px;
	padding: 0 0 20px;
}

/* -------------------------------------------------------------------
	For Topics
------------------------------------------------------------------- */

/*----- PickupBox -----*/
.pickup-box2 {
	margin-bottom: 20px;
}
.pickup-box2 h2 {
	background: transparent url(../img/parts/h2flex_bg03.jpg) no-repeat scroll 0 0;
	clear:both;
	margin-bottom: 5px;
}
.pickup-box2 h2 span {
	display: block;
	background: transparent url(../img/parts/h2flex_bg04.jpg) no-repeat scroll 0 bottom;
	padding: 10px 0 10px 24px;
	line-height: 1.2;
	font-weight: 500;
}
.pickup-box2 h2 span img {
	margin-left: 5px;
	vertical-align: middle;
}
.reratedlink {
	background-image:url(../img/icon/anc01.gif);
	background-position:4px 45%;
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	padding-left:20px;
}

.pdate {
	display: block;
	line-height: 1.2;
	font-size: 1em;
	margin-bottom: 20px;
	padding: 5px 0;
	zoom: 100%;
}


.topics-date {
	display: block;
	float: left;
}
.cat {
	display: block;
	float: right;
	padding: 0px 0;
}


/*----- Archives List -----*/
.arclist li {
	margin: 10px 0;
	line-height: 1;
}

.arclist li a {
	display: block;
	padding: 10px 0 10px 40px;
	background: #F2F6F6 url(../img/icon/anc02.gif) 20px 50% no-repeat;
}

.arclist li a:hover {
	background: #EEF1F3 url(../img/icon/anc02.gif) 20px 50% no-repeat;
}

*html .arclist {
	line-height: 1;
}
*html .arclist li {
	margin: 0px 0;
}


/* -------------------------------------------------------------------
	For 100
------------------------------------------------------------------- */

/*----- 100 Photo List -----*/

#photo-box {
	clear : both;
	width : 422px;
	padding : 0;
	margin: auto;
}

#photo-box li {
	float:left;
	margin: 0 20px 0px 0px;
	padding: 5px 0;
	width:200px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
}
*html #photo-box li {
	margin: 0 20px 0 0px;
}
#photo-box li  a {
	line-height: 1.2;
}
#photo-box li img {
	margin-bottom: 2px;
}

#photo-box li.mr0 {
	margin-right: 0;
}
#photo-box li span {
	padding: 3px 0 0 15px;
	background: url(../img/icon/anc01.gif) 2px 6px no-repeat;
	display: block;
	line-height:1.3;
}

/*----- BTN Map -----*/
.btn-map {
	display: block;
	text-align: center;
	padding: 10px 0;
}


/*----- Notice List -----*/
.notice01 li {
	margin: 0.7em 0;
	background: url(../img/icon/listimg01.gif) no-repeat 0 5px;
	padding-left:14px;
}



/* -------------------------------------------------------------------
	From
------------------------------------------------------------------- */
p.btn-form {
	display: block;
	text-align: center;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #E0E0E0;

}
blockquote {
	border: 1px solid #C8C8C8;
	margin: 20px 0 10px 0px;
	padding: 10px 10px;
	font-size: 0.75em;
}
.tb01 input {
	margin: 2px 0;
}

.notice {
	clear: both;
	display: block;
	padding: 15px 10px;
	margin: 20px 0;
	border:1px solid #E6DA61;
	background-color: #FBF9EA;
	font-weight: bold;
}

/* -------------------------------------------------------------------
	Privacy Policy
------------------------------------------------------------------- */
#policy p{
	margin : 0 30px 20px 0;
}
#policy dt {
	margin : 0 30px 0.7em 0;
	font-weight:bold;
}
#policy dd {
	margin : 0 30px 1.5em 0;
	font-size : 0.8em;
}
.text-right {
	text-align : right;
	font-size : 0.8em;
}





/* =========== IE用印刷設定CSS =========== */

@media print{

body {
	zoom: 80%;
}
#content {
	margin-bottom: 0;
}
.cont-box3 {
padding:0 0 0px;
}
/* -------------------------------------------------------------------
	From
------------------------------------------------------------------- */
p.btn-form {
	margin: 5px 0;
	padding: 5px 0;
}
blockquote {
	margin:5px 0 10px 0px;
	padding: 5px 10px;
	font-size: 0.7em;
}
.tb01 input {
	margin: 2px 0;
}

.notice {

	padding: 5px 10px;
	margin: 5px 0;

}
.tb01 td, .tb01 th {
	padding: 0px 8px;
	font-size: 0.87em;
}
	
	
* body {
_zoom: 65%; /*WinIE only */
}


*:first-child+html body {
zoom: 80%;
}


head~/* */body {
	zoom: 95%;
}

head~/* */body #footer address {
	line-height:100%;
	margin:5px 0 0;
}
head~/* */body #footer-navi {
	margin:5px 0 0px;

}
}
