@charset"Shift_JIS";

/* 基本レイアウト */

body{
	background: url(img/back.gif) #92b5b0 repeat-y top left;
	color: #666666;
	text-align: left;
	}

.main{
	width : 700px;
	color : #666666;
	font-family : Lucida Sans Unicode, "ＭＳ Ｐゴシック", verdana, times, sans-serif;
	text-align : left;
	margin-left: 25px;
	}

p{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.6;
	}

.pp{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-left: 20px;
	}
.sage{
	margin-left: 52px;
	}


.memo{
	font-size: 9px;
	text-align : right;
	color : #aaaaaa;
	}

ol li{
	list-style-type: decimal-leading-zero;
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-bottom: 15px;
	}

ul li{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-bottom: 5px;
	}

dt{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-left: 10px;
	}

dd{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin: 5px 0 20px 80px;
	}

img{
	margin-left: 3px;
	margin-right: 3px;

	}


/* リンク */

a:link{
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color : #bbbbbb;
	border-bottom-width: 1px;
	color:#666666;
	}

a:hover{
	color:#334d99;
	}

a:visited{
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color : #bbbbbb;
	border-bottom-width: 1px;
	color:#809999;
	}


/* 見出し */

.title{
	color: #cc334d;
	font: normal 20pt;
	padding-bottom: 95px;
	margin-bottom: 20px;	
	background: url(img/title_back.jpg) #fffafa no-repeat bottom center;
	} 

h1{
	font: normal 150%;
	color : #334d99;
	font-family : georgia, "ＭＳ Ｐゴシック", verdana, times, sans-serif;
	padding-top: 20px;
	border-bottom:dashed 1px #cccccc;
	margin-bottom: 20px;	
	background: url(img/rogo_yoko.gif) #fffafa no-repeat top right;
	} 

h2{
	font: bold 100%;
	color : #338099;
	font-family : georgia, "ＭＳ Ｐゴシック", verdana, times, sans-serif;
	border-bottom:solid 1px #dddddd;
	padding-top: 20px;
	margin-bottom: 20px;	
	}


/* メニュー部分 */

.left{
	float: left;
	width: 180px;
	border-left: solid 1px #bbbbbb;
	}

.right{
	float: right;
	width: 500px;
	border-left: solid 1px #bbbbbb;
	}

.menu_h1{
	border-top:solid 1px #bbbbbb;
	border-bottom:dashed 1px #cccccc;
	padding: 5px 0 5px 5px;
	font: bold 90%;
	letter-spacing: 0.08em;
	color:#334d99;
	background: #f7f7f7;
	}

.menu_p{
	font: normal 90%;
	color: #666666;
	padding: 5px 0 15px 5px;
	line-height: 1.4;
	}


/* テーブル */

.line{
	margin-left: 20px;
	}
	
.line td{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.4;
	border-bottom:1px solid #cccccc;
	padding:5px 0 0 10px;
	}

td{
	font: normal 90%;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding:0 0 5px 10px;
	vertical-align: top;
	}