@charset "shift_jis";
@import "reset.css";
/*=================================================================
TIPSインデックス基本設定CSS
[ページタイトル]
	H1:コンテンツ大項目タイトル
	H2:各コンテンツタイトル
	H3:フリー

=================================================================*/
/*=================================================================
                          サイト内共通設定
=================================================================*/
HTML	{ height:100%; overflow-y:scroll; }
BODY	{ height:100%; margin:0; text-align:center; background:#FFF;
		font-size:12px; color:#555;
		font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		}
/* -------------------------------------------
        floatクリア用CSSハック clearfix
------------------------------------------- */
.clearfix:after	{ content: "."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix		{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix{ height: 1% }
.clearfix		{display:block;}
/* end MacIE5 */
/*=================================================================
                          タグ共通設定
=================================================================*/
/* -------------------------------------------
                H
------------------------------------------- */
H1{ padding-top:10px; margin-bottom:20px; }
/* -------------------------------------------
                A
------------------------------------------- */
DIV.container A		{ color:#222200; }
DIV.container A:hover{ color:#FF4444; }
/* -------------------------------------------
                OL
------------------------------------------- */
OL{ list-style-type:decimal; }
UL,OL	{ margin:1em 0 1em 3em; }
LI		{ margin-bottom:0.5em;}
/* -------------------------------------------
                PRE
------------------------------------------- */
PRE	{
	padding:1em;
	color:#333;
	line-height:1.2;
	background-color:#F7FAFF;
	border:solid 1px #B7CDEE;
}
/*=================================================================
                          インデックス内共通設定
=================================================================*/
/* -------------------------------------------
                ページコンテナ
------------------------------------------- */
DIV.container{
	width:600px;
	margin:0 auto;
	padding-bottom:10px;
	text-align:left;
}
/* -------------------------------------------
                区切り
------------------------------------------- */
DIV.section{
	margin-left:2em;
}
/* -------------------------------------------
                大項目タイトル
------------------------------------------- */
DIV.container H1{
	margin-bottom:15px;
}
/* -------------------------------------------
                フッター
------------------------------------------- */
DIV.naviSection{
	width:600px;
	margin:20px 0 0px;
	background:url(/tips/common/img/fotter/line-short.gif) repeat-x top;
}
DIV.naviSection UL{
	margin:0;
	padding-bottom:10px;
	background:url(/tips/common/img/fotter/line-short.gif) repeat-x bottom;
	list-style:none none;
}
DIV.naviSection UL LI{
	margin-top:10px;
	float:left;
}
/* - ボタン個別設定 - */
DIV.naviSection UL LI.home{
	width:180px;
	margin-bottom:0;
	padding-left:190px;
	text-align:center;
}
DIV.naviSection UL LI.home IMG{

}
DIV.naviSection UL LI.next{
	width:180px;
	margin-bottom:0;
	text-align:right;
}
DIV.naviSection UL LI IMG{
	border:none;
}
/* -------------------------------------------
                最新記事
------------------------------------------- */
.new a{
	padding-right:45px;
	background:url(/tips/common/img/top_new.gif) no-repeat right;
}
/*=================================================================
                          ログイン内共通設定
=================================================================*/
#formIndex DIV.section{

}
#formIndex DIV.section P{
	line-height:1.5em;
	margin-bottom:1em;
}
#formIndex DIV.section DL{
	width:330px;
	margin:2em auto 2em;
	padding-top:4px;
	background:#EEE;
}
#formIndex DIV.section DL DT{
	width:110px;
	height:30px;
	text-indent:30px;
	color:#000;
	display:block;
	float:left;
	clear:both;
}
#formIndex DIV.section DL DT P{
	font-family:"MS ゴシック",sans-serif;
	font-size:12px;
	margin-top:5px;
}
#formIndex DIV.section DL DD{
	height:30px;
	display:block;
}
#formIndex DIV.section DL DD INPUT{
	height:20px;
	border:solid 1px #888;
}
#formIndex DIV.section DIV.frmBtn{
	width:300px;
	margin:1em auto 2em;
	text-align:center;
}
#formIndex DIV.section DIV.frmBtn INPUT{
	width:100px;
	margin:0 5px;
}