@charset "shift_jis";

h1,h2,h3,p,ul,li{
	margin:              0px;
	padding:             0px;
}

ul{
	list-style-type:     none;
}

img {
	vertical-align:      bottom;
}

/* タイトル表示 */
#title_waku {
	background:          #9fbf7f;
	height:              70px;
	width:               100%;
}

#title_img {
	position:            absolute;
	right:               50px;
	top:                 5px;
}

#title_moji {
	padding-top:         20px;
	height:              70px;
	width:               90%;
	font-size:           32px;
	color:               black;
	filter:              progid:DXImageTransform.Microsoft.dropshadow(color=#457a53,offX=3,offY=2);
}

#main {
	padding-left:        5px;
}

/* [top.html]左側コンテンツ */
#top_left {
	padding-left:        5px;
	padding-right:       5px;
	width:               400px;
	float:               left;
}

#top_left h1 {
	font-size:           12px;
	color:               #1c1639;
	text-align:          center;
}

#top_infomation {
	width:               390px;
	height:              200px;
	overflow:            auto;
	border:              1px gray solid;
	padding-left:        5px;
}

#top_infomation h1 {
	font-size:           100%;
	font-weight:         bold;
	line-height:         1.5;
	color:               gray;
	padding:             0px;
	text-align:          left;
}

#top_infomation h2 {
	font-size:           90%;
	font-weight:         normal;
	line-height:         1.0;
	text-align:          left;
	padding-bottom:      10px;
}


/* [top.html]右側コンテンツ */
#top_right {
	font-size:           90%;
}

#top_right h1 {
	font-size:           12px;
	color:               #1c1639;
	text-align:          center;
	padding-left:        10px;
}

#table_img {
	width:               140px;
	height:              140px;
}

#table_1_1 {
	font-size:           14px;
	width: 60px;
	background: #dbcc26;
}

#table_1_2 {
	font-size:           14px;
	width: 60px;
	background: #f7c64f;
}

#table_2 {
	width: 150px;
}

#table_3 {
	font-size:           80%;
	width: 250px;
}

