/*------------------------------------
			基本設定
------------------------------------*/
body{
	padding: 0;
	margin: 0;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,h7,form{
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

ul{
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

li{
	padding :0; 
	margin:0; 
}

.text_m{
	font-size: 12px;
	line-height: 18px;
}

.text_m_red{
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;

}

.text_s{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.table_line{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table_line_orange{
	border: medium solid #FF6600;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;




}


/*------------------------------------
			リンク設定
------------------------------------*/

a:link { color: #3369BB; text-decoration: underline;} 
a:visited { color: #3369BB; text-decoration: underline;} 
a:hover { color: #3369BB; text-decoration: underline;} 
a:active { color: #3369BB; text-decoration: underline;} 



/*------------------------------------
			共通部設定
------------------------------------*/

#header{
	background-color: #3369BB;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 6px 7px 7px;
	margin-bottom: 10px;
	text-align: left;
}

#u-menu{
	margin: 15px;
	font-size: 12px;
	text-align: right;
}

#copyright{
	background-color: #3369BB;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 0 3px 0;
	text-align: center;
}



/*------------------------------------
			メニュー
------------------------------------*/

#menu{
	margin-bottom: 15px;
}

#menu .link{
	background-image: url(../image/common/btn_bg.gif);
	padding: 8px 4px 4px 4px;
	font-size: 12px;
	font-weight: bold;
}
/* IE用別設定あり */

.letter-spacing{
	letter-spacing: -2px;
}
/* IE用別設定あり */

#menu .red .title{
	background-color: #EF0017;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .red ul{
	margin-bottom: 10px;
}

#menu .red li{
	background-image:url(../image/common/mark_red.gif); 
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px; 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#menu .orange .title{
	background-color: #FF9600;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .orange ul{
	margin-bottom: 10px;
}

#menu .orange li{
	background-image:url(../image/common/mark_orange.gif); 
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px; 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#menu .yellow .title{
	background-color: #FFD200;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .yellow ul{
	margin-bottom: 10px;
}

#menu .yellow li{
	background-image:url(../image/common/mark_yellow.gif); 
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px; 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#menu .green .title{
	background-color: #1ABF04;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .green ul{
	margin-bottom: 10px;
}

#menu .green li{
	background-image:url(../image/common/mark_green.gif); 
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px; 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#menu .purple .title{
	background-color: #D469C4;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .purple ul{
	margin-bottom: 5px;
}

#menu .purple li{
	background-image:url(../image/common/mark_purple.gif); 
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px; 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#menu .spot{
	font-size: 12px;
	line-height: 24px;
    padding: 4px 4px 8px 4px;
}



/*------------------------------------
			右側
------------------------------------*/

#mail{
	width: 138px;
	border: solid 1px #FF9600;
	margin-bottom: 15px;
	text-align: center;
}
/* IE用別設定あり */

#mail .title{
	background: #FF9600;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

#mail .text{
	background: #FFEDDD;
	font-size: 11px;
	font-weight: bold;
	color: #FF7700;
	padding: 4px;
}

#mail .error{
	font-size: 11px;
	font-weight: bold;
	color: #DD0000;
	padding: 4px;
}

#mail .input{
	border: solid 1px #FF7700;
	background-color: #FF7700;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

.ysb{
	width: 124px;
	margin: 8px;
	font-size: 12px;
	line-height: 18px;
}

.ysb p{
	font-weight: bold;
	color: #3369BB;
}

.frame{
	width: 138px;
	height: 700px;
	border: 1px solid #CDCDCD;
}

/*------------------------------------
			TOP
------------------------------------*/

.osusume_text{
	text-align: left;
	width: 384px;
	margin: 10px 10px 7px 10px;
	font-size: 12px;
}

