@charset "UTF-8";

/*全体の設定
-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	text-align: left;
	background: #FFF3E6;
}

table{border-collapse:collapse;}

/*細々の設定
-------------------------------------------------------------------------------------*/

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding-left: 20px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top;
}

.look {
	color: #FF0000;
	background: #333333;
}

.look2 {
	color: #000000;
	background: #666666;
}

.redbox {
	color: #A90310;
}

/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	background: url(images/btn_bg.gif) repeat-x center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border: 1px solid;
	text-align: center;
	margin-top: 10px;
}

.syosai{
	width: 100px;
	text-align: right;
	vertical-align: middle;
}

/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	height: 120px;
	margin-top: 10px;
}

/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 200px;
	padding-top: 10px;
	vertical-align: top;
	background: #ffffff;
}

/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 200px;
	padding-left: 10px;
	border-left: 1px solid #222222;
	vertical-align: top;
	background: #ffffff;
}

#right img {
	padding-top:20px;
}

/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 600px;
	vertical-align: top;
	background: #FFFFFF;
	text-align: left;
}

#title {
	padding-top: 10px;
	padding-bottom: 10px;
}

.stitle {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_01 {
	background-color: #ffe1e1;
}

.table_02 {
	background-color: #d7ffe6;
}

.table_03 {
	background-color: #ffe5cc;
}

.table_04 {
	background-color: #ffbff8;
}

.table_05 {
	background-color: #c1c1ea;
}


/*メニューボタン
-------------------------------------------------------------------------------------*/
.menu {
	background: #ffffff;
	padding-bottom: 5px;
}

/*トップ情報部分
-------------------------------------------------------------------------------------*/
#top_l {
	float: left;
	botom 1px;
	width: 340px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 35px;
}

#top_l h2 {
	font-size: 13px;
	line-height: 31px;
	background: #000000 url(images/midashi_bg.gif) no-repeat;
	height: 33px;
	width: 475px;
	padding-left: 15px;
}

#top_l p {
	margin: 0.5em 30px 1em;
}

#top_l-img {
	background: url(images/main_img_bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
}

#top_r {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline;
	margin-right: 100px;
	color: #CCCCCC;
}

#top_r p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#top_r h3 {
	font-size: 100%;
	background: #151515;
	border: 1px solid #353535;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	width:800px;
	border: 1px solid;
	background: #da4545;
	color: #ffffff;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
}

#alb_footer {
	width:800px;
	border: 1px solid;
	background: #80d19e;
	color: #353333;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
}

#rec_footer {
	width:800px;
	border: 1px solid;
	background: #ffbf80;
	color: #353333;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
}
#com_footer {
	width:800px;
	border: 1px solid;
	background: #c1c1ea;
	color: #353333;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
}
/*点線
-------------------------------------------------------------------------------------*/
.dotted {
	border-right: 1px dotted #000000;
	
}


/*フレーム
-------------------------------------------------------------------------------------*/
.frame {
	width: 560px;
	height: 250px;
	background: #ffffff;
	overflow: auto;
	vertical-align: top;
	text-align: left;
}

.frame01 {
	width: 550px;
	height: 250px;
	background: #ffffff;
	overflow: auto;
	vertical-align: top;
	text-align: left;
}
