@charset "utf-8";

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

/* 構造の設定 */
html	{
	height: 100%;
}

body {
	font-family: Verdana,"ヒラギノ角ゴ Pro W4","ＭＳ Pゴシック",sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #555555;
	background-color: #ffffff;
	background-image: url(../images/body-bg.jpg);
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	_text-align: center;
}

a:link{
	color:#7c93a6;
	text-decoration: none;
}
a:active{
	color:#afc3d3;
	text-decoration: underline;
}
a:visited{
	color:#6292ba;
	text-decoration: none;
}
a:hover{
	color: #b9cdde;
	text-decoration:none;
}


/* 罫線スタイル */
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;
}

p{
	margin:0;
	padding:0;
}

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

.w-size620	{
	width: 620px;
}

.w-size750	{
	width: 750px;
}

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


/* お問い合わせスタイル */
.contact-banner-title	{
	font-size: 15px;
	font-weight: bold;
	padding: 25px 0 5px 0;
}

.contact-banner-box	{
	width: 720px;
	text-align: left;
}

.contact-pad-box	{
	padding: 5px 0 5px 15px;
}

.contact-pad-box02	{
	padding: 0 0 0px 15px;
}
