/********HTMLタグ*********/
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #333;
}


h1, h2, h3, h4{
	font-size: small;
	margin: 0px;
	padding:0px;
}
/********リンクカラー*********/

a:link {
	color: #003366;
}	

a:visited {
	color: #663366;
}

a:hover{
	color: #FF3300;
}


/********全体レイアウト枠*********/

#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 751px;
	
}

	
/********トップレイアウト*********/

.login-text{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 200px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
}
	
/********コンテンツレイアウト*********/
#menu{
	width:200px;
}
#contents{
	width:559px;
	padding-left:35px;
	background:#fff;
}
.marker{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	color: #EE4E16;
}

tr dd{
	padding-left: 30px;
}


td ol li{
	padding-top: 5px;
	padding-bottom: 5px;
}

/********テキストレイアウト*********/

.title{
	padding-left: 15px;
	padding-right: 5px;
	font-size: small;
	font-weight: bold;
	color: #000033;
	background: url(../images/title_bar.jpg) no-repeat 0px 0px;
	}
.title2{
	padding-left: 15px;
	padding-right: 5px;
	font-size: small;
	font-weight: bold;
	color: #000033;
	background: url(../images/subitle_bar.gif) no-repeat 0px 0px;
}
.text1{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: x-small;
}		

.text2{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: x-small;
}

.text3{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	line-height: 180%;
}

.text4{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 40px;
	font-size: x-small;
}

.text-list{
	padding-top: 7px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	line-height: 120%;
	font-size: 12px;
}

.text-base{
	padding: 0px 10px 0px 0px;
	line-height: 180%;
	font-size: x-small;
}		

/********フォント*********/

.ts10{
	font-size: 10px;
}	

.ts12{
	font-size: 12px;
}		

/********ヘッダ・フッタ*********/

/********メニュー枠*********/


/********罫線*********/

