@charset "utf-8";

@import "header.css";
@import "footer.css";
@import "contents.css";
/*@import "lightbox.css";*/

/* 構造の設定 */
body {
	font-family: Verdana,"ヒラギノ角ゴ Pro W4","ＭＳ Pゴシック",sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #555555;
	background-color: #6d92aa;
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/*_text-align: center;*/
}

a:link{
	color:#FFFFFF;
	text-decoration: none;
}
a:active{
	color:B0CEEB;
	text-decoration: underline;
}
a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFCC33;
	text-decoration:none;
}

/* 全体の枠 */
#container {
	width: 866px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px 0px 0px 14px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}


/* 罫線スタイル */
hr	{
	margin: 0px;
	padding: 0px;
	display:none;
	overflow: hidden;
}


/* 段階解除スタイル */
.clearblock	{
	clear: both;
}


/* 余白なしスタイル */
.nospace	{
	margin: 0px;
	padding: 0px;
}


/* パーツスタイル */

.large	{
	font-size: 14px;
	line-height: 180%;
}

.small	{
	font-size: 11px;
	line-height: 160%;
}

.smallest	{
	font-size: 10px;
	line-height: 160%;
}

.red-txt	{
	color: #CB0000;
	font-weight: bold;
}

.gray-txt	{
	color: #555555;
}

.orange	{
	color: #cccc00;
}

.indent	{
	padding-left: 12px;
	
}

.contents-box	{
	padding: 8px 12px 0 12px;
	_padding: 8px;
	width: auto;
}

.txt-right	{
	text-align: right;
}

.txt-left	{
	text-align: left;
}

.center	{
	text-align: center;
}

.indent-left	{
	padding-left: 15px;
}

.indent-right	{
	padding-right: 25px;
}

.txt-right	{
	text-align: right;
}

.attension-box	{
	border: 1px;
	border-style: dotted;
	border-color: #dddddd;
	padding: 10px;
	background-color: #fafafa;
}

ol	{
	margin: 0 0 0 20px;
	padding: 5px;
}

.w-size620	{
	width: 620px;
}

.w-size750	{
	width: 750px;
}

.mrg-t	{
	margin-top: 30px;
}
