@charset "shift_jis";

/*全体の設定
-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "MS Pゴシック", Osaka, "ヒラギノ角ゴ pro w3";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	text-align: center;
	background: #ffffff url(images/bg.png) repeat;
}

table{border-collapse:collapse;}

th,td{padding:0;}

/*細々の設定
-------------------------------------------------------------------------------------*/

h1,h2,h3,ul,li{
	margin: 0px;
	padding-left: 20px;
}

p{
	margin: 0px;
	padding: 10px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	color: #ff0000;
	background: #333333;
}

.look2 {
	color: #000000;
	background: #666666;
}

.redbox {
	color: #a90310;
}

/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	height:100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}

/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	width: 800px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}


/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	vertical-align: top;
	text-align: 
	width: 150px;
}


/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 600px;
	vertical-align: top;
	padding: 10px;
	background: #ffffff;
}

.hiwa_01{
	padding-top:40px;
	padding-bottom:10px;
}

#center .content_body {
	text-align: left;
}
#center .stitle{
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
	line-height: 100%;
	margin: 18px 0px 12px 20px;
	width: auto;
	background: url(images/stitle.gif) #ffffff repeat-y;
	color: #e63ca5;
	font-weight: bold;
	padding-top: 5px;
}

.clear {
	line-height: 0; height: 0px; visibility: hidden; clear: both; font-size: 0.1px; content: " "
}

.pink {
	color: #e63ca5;
}

.red {
	color: #dc0a50; font-weight: bold
}

.bold {
	font-weight: bold
}

.right_img {
	margin: 0px 0px 10px 10px; float: left
}

.link_arrow_left {
	padding-bottom: 0px; list-style-type: none; margin: 8px 0px 0px; padding-left: 16px; padding-right: 0px; background: url(images/link_arrow.gif) no-repeat 0px 7px; list-style-image: none; padding-top: 0px
}

/*メニューボタン
-------------------------------------------------------------------------------------*/
#menu_top{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#menu_top img{
	margin: 20px 40px;
}

.menu {
	width: 175px;
	height: 45px;
	padding-top: 20px;
}
/*トップ情報部分
-------------------------------------------------------------------------------------*/
#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;
}

/*ニュース
-------------------------------------------------------------------------------------*/
.news {
	width: 570px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.news_b {
	width: 570px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #f2a646;
	font-size: 13px;
}
/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #e63ca5;
	background: #ffffff;
	height: 40px;
	font-size: 12px;
	text-align: center;
}

/*フレーム
-------------------------------------------------------------------------------------*/
#frame {
	height:400px;
	background-color:ffffff;
	overflow:auto;
}