@charset "EUC-JP";
@import url(../_base.css);
@import url(../_tag.css);

##div {
	border: solid 1px #f33;
	margin:5px;
}

/*	全体	*/
body	{
}
#container	{
	width:1000px;
	border-right:solid 1px #d1d1d1;
}

/*　ヘッダ　*/
#head	{
	width:100%;
	height:65px;
}
h1	{
	float:left;
	width:370px; height:100%;
}
h1 a	{
	width:100%;	height:100%;
	display:block;
	text-indent:-9999px;
}
.auth1	{
	font-size:12px;
	text-align:right;
	height:21px;
	margin-top:5px;
}
.auth2,
.fontSize	{
	float:right;
	height:20px;
	font-size:16px;
	font-weight:bold;
	background-color:#fff;
	padding:5px 0px 5px 10px;
}
.fontSize .title	{
	display:none;
}
.fontSize div	{
	float:left;
	margin:0px 2px;
}
/*	ボディ	*/
#body	{
	clear:both;
	min-height:450px;
}

.step	{
	width:100%;
	color:#fff;
}
.step td	{
	line-height:120%;
	padding:3px;
}
.step .num	{
	width:40px;	height:40px;
	font-weight:bold;
	text-align:center;
}
.step .txt	{
	font-size:90%;
	text-align:left;
}

/*	説明文	*/
#EE1	{
	width:85%;
	text-align:left;
	line-height:150%;
	list-style:none outside;
	padding:10px;
	margin:auto;
	border:solid 1px #66f;
}
#EE1 h3	{
	font-size:150%;
	font-weight:bold;
	border-bottom:solid 1px #66f;
	padding:2px 5px ;
	margin-bottom:2px; 
}
#EE1 span	{
	color:#f33;
}
#EE1 .kome	{
	margin-top:10px;
	text-indent:-1em;
	padding-left:2em;
}

/*	コンテンツ	*/
#contents	{
	float:left;
	width:190px;
	padding:5px;
}
.sBlock	{
	padding:5px;
}
.sBlock dt	{
	margin-top:1em;
}
.sBlock dd	{
	margin-bottom:5px;
}
/*	メイン	*/
#main	{
	float:left;
	width:790px;
	padding:5px;
}

/*	フッタ	*/
#foot	{
	width:100%;	height:50px;
	text-align:center;
	background:url(../../img/foot_bg.jpg) repeat-x bottom;
	border-top:solid 1px #cccccc;
}
#foot .copyright	{
	color:#666;
	font-size:80%;
	padding:10px;
	margin:auto;
}

/*	List & Detail	*/
.registered	{
	width:90px;
	color:#f00;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:solid 2px #f00;
	background:#fff;
	padding:1px;
	margin:auto;
}


/*	汎用型（変更するな！！）	*/
.leftSide	{	float:left;		}
.rightSide	{	float:right;	}
.clear		{	clear:both;		}
.left		{	text-align:left;	}
.right		{	text-align:right;	}
.center		{	text-align:center;	}
.underline	{	text-decoration:underline;	}

.notice	{
	color:#f33;
	font-size:90%;
}
.caution	{
	color:#f33;
}
.error	{
	font-weight:bold;
	color:#f33;
}
.stress	{
	font-weight:bold;
	color:#f33;
	font-size:120%;
}

/*****************************/
#head,
#body,
.fontSize
{
	display:inline-block;
}
#head:after,
#body:after,
.fontSize:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
