@charset "UTF-8";


/**************************************************
  高さ調整
**************************************************/

.hght{
	display: block;
	min-height: 0;
}
.hght: after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .hght{
	display: inline-block;
}
/* exclude ie mac \*/
* html .hght{
	height: 1%;
}

/* IE 6 */
* html div.form div.s div.l,* html div.form div.s div.r{
	display: inline;
	zoom: 1;
}

/* IE 7 */
*: first-child+html div.form div.s div.l,*: first-child+html div.form div.s div.r{
	display: inline;
	zoom: 1;
}


/**************************************************
  ログインフォーム
**************************************************/

#login{
	text-align: center;
}
#login #in{
	margin: 200px auto 0 auto;
	padding: 0;
	width: 250px;
	background: #e6e6e6;
	border: 1px #333 solid;
	text-align: left;
}
#login #title{
	margin: 0 auto;
	padding: 10px 5px;
	background: #999;
	font-size: 130%;
	text-align: center;
}
#login form{
	margin: 10px 0;
	padding: 5px;
}
#login #pass{
	margin: 5px;
	color: #999;
	font-size: 80%;
}
#login #mpw{
	margin: 5px auto;
	padding: 5px;
	width: 210px;
	display: block;
}
#login #submit{
	margin: 5px;
	text-align: right;
	display: block;
}


/**************************************************
  処理状況
**************************************************/

/* 共通 */
#state1,
#state2,
#state3,
#state4{
	margin: 0 auto;
	padding: 0 auto;
	width: 450px;
	height: 40px;
}
#state1 div,
#state2 div,
#state3 div,
#state4 div{
	margin: 5px;
	padding: 5px;
	float: left;
}

/* 処理中 */
#state1 div.on,
#state2 div.on,
#state3 div.on,
#state4 div.on{
	width: 60px;
	border: 1px #999 solid;
	background: #ffccff;
	text-align: center;
}

/* 処理中以外 */
#state1 div.off,
#state2 div.off,
#state3 div.off,
#state4 div.off{
	width: 60px;
	border: 1px #999 solid;
	background: #ccccff;
	text-align: center;
}

/* 「》」部分*/
#state1 div.next,
#state2 div.next,
#state3 div.next,
#state4 div.next{
}

/* 処理状況を画像にしたい場合は下記コードのコメントアウトを外す */
/* 処理内容 : state内のdivをdisplay: none;にして、backgroundを設定している */

/* #state1 : 詳細 */
/* #state2 : 入力 */
/* #state3 : 確認 */
/* #state4 : 完了 */

/*
#state1 div,
#state2 div,
#state3 div,
#state4 div{
	display: none;
}
#state1,
#state2,
#state3,
#state4{
	margin: 0 auto;
	width: 530px;
	height: 50px;
	background: #ccc;
}
#state1{
	background: url(../img/state1.jpg) no-repeat;
}
#state2{
	background: url(../img/state2.jpg) no-repeat;
}
#state3{
	background: url(../img/state3.jpg) no-repeat;
}
#state4{
	background: url(../img/state4.jpg) no-repeat;
}
*/


/**************************************************
  入力・確認・完了
**************************************************/

/* 入力画面のみヘッダに表示される内容 */
#state2_head{
	margin: 10px auto;
	width: 650px;
	clear: both;
}

/* 外枠 */
div.form{
/* 2010.03.29.yt */
	background: #e6e6e6;
	margin: 10px auto;
	width: 650px;
	clear: both;
}

/* 項目セット */
div.form div.s{
/* 2010.03.29.yt */
/*	background: #e6e6e6;*/
}

/* 項目内 : 左側 */
div.form div.l{
	margin: 0;
	padding: 5px 10px;
	width: 140px;
	border-top: 1px #666 solid;
	vertical-align: top;
/* 2010.03.29.yt */
	float:left;
/*	display: table-cell;*/
}

/* 項目内 : 右側 */
div.form div.r{
	margin: 0;
	padding: 5px 10px;
	width: 469px;
	border-top: 1px #666 solid;
	border-left: 1px #ccc solid;
	background: #f2f2f2;
	vertical-align: middle;
/* 2010.03.29.yt */
	float:left;
/*	display: table-cell;*/
}

/* 削除フォーム */
div.form div.del div.l{
	background: #ff9999;
}
div.form div.del div.r{
	background: #ffcccc;
}

/* 案内文（上部） */
div.form div.r div.guide_t{
	font-size: 90%;
}

/* 案内文（下部） */
div.form div.r div.guide_b{
	font-size: 90%;
}

/* ボタン */
div.submit{
	margin: 20px auto;
	text-align: center;
}

/* メッセージ */
div.message{
	margin: 10px auto;
	text-align: center;
}

/* 送信完了 */
div.guide{
	margin: 20px auto;
	text-align: center;
}

/* 必須項目「※」の色 */
span.hissu{ color: #CC0000; }

/* エラー時 */
div.error{
	color: #cc0000;
}
div.error div.l{
	background: #ffcccc;
}
div.error div.r{
	background: #fef0ef;
}



/**************************************************
  トピックス用
**************************************************/

#topics{ padding: 0 10px 5px;}
#topics div{ margin: 0; clear: both;}
#topics .hght{ margin: 0 0 5px; border-bottom: 1px solid #ccc;}
#topics div div{ padding: 0 0 0 20px; float: left; clear: none;width: 80px;}
#topics p{ margin: 0 0 5px; float: right; width: 470px;}
.unit_button{ padding: 0 10px 5px; clear: both; text-align: right;}
.unit_button img{ vertical-align: bottom;}

.topics{ margin: 0 10px 20px; padding: 20px 0 0; line-height: 160%;}
.topics .topics_inner{ padding: 0 20px 20px;}
.topics h3{ margin: 0 0 0.5em; padding: 0 0 0 20px;line-height: 140%; font-size: 14px;}
.topics .article{ float: left; width: 400px;}
.topics .thumb{ margin: 0; float: right; width: 120px; height: 120px; background: url(img/topics_thumb_bg.gif);}
.topics .thumb_inner{ padding: 10px;}
.topics p{ margin: 0; padding: 0 0 0.5em;}
.topics img{ vertical-align: bottom;}
.topics .topics_more{ margin: 10px 0 0; padding: 10px 0 0; clear: both; border-top: solid 1px #ddd;}
.topics img.img_left{ margin: 0 15px 10px 0; float: left;}
.topics img.img_right{ margin: 0 0 10px 15px; float: right;}
.topics .topics_center{ text-align: center;}
.topics .topics_center img{ margin: 10px 0; vertical-align: bottom;}

:root .topics .topics_more{ padding: 10px 0 0;}

:root .topics .thumb{ margin: 0 0 15px;}

