/*　グローバルスタイル　*/

A:link { color: #9665C0;
	text-decoration: none;
	}
	
A:visited { color: #AA2299;
	text-decoration: none;
	}
	
A:active { color: #D0DCFF;
	text-decoration: none;
	}
	
A:hover { color: #FFB738;
	text-decoration: underline;
	}

BODY	{
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	}

H1	{
	font-size: 11px;
	line-height: 135%;
	color: #515151;
	text-align: left;
	font-weight: normal;
	padding-left: 17px;
	padding-bottom: 10px;
	}
			
H2	{
	text-align: left;
	font-size: 13px;
	line-height: 135%;
	font-weight: normal;
	color: #1E1E1E;
	font-family: serif;
	}

H3	{
	margin-top: 1px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #108C56;
	border-bottom: 1px solid #108C56;
	width: 100%;
	}

H4	{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	width: 550px;
	border: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 5px 5px 5px 5px;
	}
	
UL	{
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
	}
	
/*　テキストスタイル　*/

.xsmall	{
	font-size: 10px;
	line-height: 135%;
	color: #333333;
	}
	
.small	{
	font-size: 11px;
	line-height: 145%;
	}
	
.basic	{
	font-size: 12px;
	line-height: 155%;
	color: #555555;
	}

.large	{
	font-size: 14px;
	line-height: 165%;
	color: #555555;
	}

.flow	{
	font-size: 14px;
	font-weight: bold;
	line-height: 155%;
	color: #5555B6;
	}

.flow-txt	{
	color: #2C2C67;
	}
	
/*　エリアスタイル　*/
table.outer	{
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px 3px 3px 3px;
	}

#header	{
		width: 700px;
		height: 130px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		margin: 0px;
		clear: both;
		}

#header div.logo	{
		position: absolute;
		margin-top: 17px;
		margin-left: 17px;
		float: left;
		}

#header div.contact	{
		margin-top: 17px;
		margin-right: 17px;
		font-size: 10px;
		color: #3C3C3C;
		text-align: right;
		line-height: 135%;
		}

.clearblock	{
		clear: both;
		}

#header div.sitename	{
		margin-top: 40px;
		margin-left: 17px;
		}
			
#contents	{
		width: 700px;
		margin: 0px;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		}

#contents div.catchbox	{
		width: 263px;
		height: 120px;
		margin-left: 5px;
		border-left: 1px solid #BEBEBE;
		border-top: 1px solid #BEBEBE;
		border-bottom: 1px solid #BEBEBE;
		background-color: #F7F7F7;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 0px;
		float: right;
		}

#contents div.menubox	{
		width: 485px;
		margin-top: 8px;
		white-space: nowrap;
		}

#contents div.imgborder	{
		width: 100%;
		border-bottom: 1px solid #000090;
		}

#contents div.pagetopbutton	{
		margin-top: 10px;
		padding-bottom: 20px;
		width: 100%;
		text-align: right;
		}
		
#contents div.navigation	{
		width: 698px;
		margin-top: 8px;
		white-space: nowrap;
		height: 16px;
		border-bottom: 1px dotted #dddddd;
		}

#contents div.submenu	{
		margin-left: 0px;
		margin-top: 0px;
		float: left;
		}

#contents div.minmenu	{
		margin-right: 18px;
		margin-top: -10px;
		vertical-align: top;
		}
	
#contents div.whatsnew	{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
		margin-left: 35px;
		font-size: 11px;
		color: #777777;
		text-align: left;
		line-height: 135%;
		}
			
#footer	{
		width: 700px;
		height: 60px;
		margin: 0px;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		}
		
#footer div.banner	{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	clear: both;
		}

#footer div.copyright	{
		margin-top: 45px;
		margin-right: 17px;
		font-size: 10px;
		color: #878787;
		text-align: right;
		line-height: 135%;
		}
		
/* エリアスタイル */
.indent	{
	padding-left: 75px;
	padding-right: 70px;
	padding-top: 15px;
	}
