﻿@charset "UTF-8";

body {
	color: #777777;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #CCCCCC url(images/bg.gif);
	font-size:12px;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

form{
	margin:0;
}
.color1 {
	font-size:14px;
	color: #647d1e;
	font-weight:bold;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #000080;	/*リンク色*/
}

a:hover {
	color: #647d1e;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: #FFFFFF;
	text-align: left;
	width: 820px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
/*タイトル
---------------------------------------------------------------------------*/

#title {
	width: 820px;
	height: 100px;
	position: relative;
	background: url(images/bg_title.gif) no-repeat left top;

}
/*ロゴ画像の配置位置設定*/
#title #logo {
	background: #EEEEEE;
	position: absolute;
	top: 20px;
	left: 10px;
}
/*ロゴ画像の配置位置設定*/
#title #title_menu {
	position: absolute;
	top: 10px;	
	right: 10px;
	text-align:right;
}
/*ロゴ画像の配置位置設定*/
#title h1{
	margin-top:20px;
	color:#000080;
	font-size:14px;
}

/*メニュー
---------------------------------------------------------------------------*/
#main_menu {
	background: url(images/main_menu_bg.jpg) no-repeat left top;
	width: 800px;
	height: 61px;
	position: relative;
	margin:0 10px 10px 10px;
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: #EEEEEE url(images/header4.jpg) no-repeat right top;
	width: 800px;
	height: 260px;
	position: relative;
	margin:0 10px 0 10px;
}


/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 36px;
	width: 148px;
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	left: 1px;
	top: 0px;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	position: relative;
	left: 1px;
	top: 0px;
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 20px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}
/*メニュー１(menu1.gif)画像の位置設定*/
#menu1_selected {
	position: absolute;
	left: 20px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}
/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 124px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}
#menu2_selected {
	position: absolute;
	left: 124px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}
/*メニュー３(menu2.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 273px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

#menu3_selected {
	position: absolute;
	left: 273px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu2.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 422px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

#menu4_selected {
	position: absolute;
	left: 422px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu2.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 571px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

#menu5_selected {
	position: absolute;
	left: 571px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 10px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width:580px;
	display: inline;
	margin-right: 14px;
	margin-top: 20px;
	padding-bottom: 10px;
}


/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 14px;
	margin-top: 20px;
	padding-bottom: 100px;
}


#sidemenu_top{
	text-align: left;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	background: #739023 url(images/bg-sidemenu-top.gif) no-repeat left top;	/*背景画像設定*/
	padding-top: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	height:30px;
	width:188px;
}
#sidemenu_body{
	text-align: left;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	background: #739023 url(images/bg-sidemenu-body.gif) left top;	/*背景画像設定*/
	padding-top: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	width:188px;
}
#sidemenu_bottom{
	text-align: left;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	background: #739023 url(images/bg-sidemenu-bottom.gif) no-repeat left bottom;	/*背景画像設定*/
	padding-top: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	height:30px;
	width:188px;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.sidemenu li {
	margin-bottom: 0px;
	list-style: none;
	background:url(images/icon-arrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #999999;	/*メニュー下に#999999の直線を入れる設定。*/
	display: block;
	width: 150px;
	padding-left: 5px;
	text-decoration: none;
	color: #647D1E;

}

ul.sidemenu li a:hover {
	border-bottom: 1px solid #647d1e;	/*オーバー時の下線色。*/
	background: #f0f8ff;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.normal {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:5px;
}

ul.normal li {
	margin: 10px 5px 0 5px;
	padding:10px;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #CCCCCC;	/*What's Newのフチの右ライン*/
	background: url(images/list_bg.gif) no-repeat bottom left;	/*背景画像設定*/

}

/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	background: #EEEEEE;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}
#footer_title {
	background: url(images/bg_footer.gif) no-repeat bottom left;	/*背景画像設定*/
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
	height:60px;
}

/*フッター
---------------------------------------------------------------------------*/

#maim_top {
	text-align: left;
	padding: 10px;
	clear: both;
	background: #fdf5e6;
	border-left: 1px solid #4FB401; 
	border-bottom: 1px solid #4FB401; 
	border-right: 1px solid #4FB401; 
	margin-bottom:20px;
	line-height: 1.4;
	color:#3F331F;
}
#maim_top hr{
	border-top: 1px dashed #999999; 
	border-right: 0; 
	border-bottom: 0; 
	border-left: 0; 
	height: 0px; /* 線の太さ */
}

#maim_top img{
		margin-right:10px;
}
#main_mid_title{
	background: url(images/bg_main_mid_title.jpg) no-repeat left top;	/*背景画像設定*/
	width:328px;
	height:31px;
	padding-left:10px;
}
#main_mid_title_1{
	background: url(images/bg_main_mid_title_1.jpg) no-repeat left top;	/*背景画像設定*/
	width:278px;
	height:31px;
}
#main_mid_title_2{
	background: url(images/bg_main_mid_title_2.jpg) no-repeat left top;	/*背景画像設定*/
	width:278px;
	height:31px;
}
#main_mid_title_3{
	background: url(images/bg_main_mid_title_3.jpg) no-repeat left top;	/*背景画像設定*/
	width:278px;
	height:31px;
}
#main_mid_title_4{
	background: url(images/bg_main_mid_title_4.jpg) no-repeat left top;	/*背景画像設定*/
	width:278px;
	height:31px;
}

.main_mid{
	background: #F6F6F6;	/*背景画像設定*/
	border: 2px solid #54AAD6;
	padding:2px;
	height:180px;
	width:278px;
}
.main_mid img{
	border:1px solid #999999;
}
.main_mid_body{
	line-height: 1.4;
	margin:8px;
}
.main_mid_body img{
        float: left;
		margin-right:8px;
		margin-top:6px;
}

#skype {
	text-align: left;
	padding: 10px;
	line-height: 1.4;
	width:180px;
}
#maim_news {
	text-align: left;
	padding: 10px;
	clear: both;
	margin-right:10px;
	margin-bottom:20px;
}

#maim_news_title {
	text-align: left;
	height:36px;
	background: url(images/bg_news_title.gif) no-repeat left top;	/*背景画像設定*/
}

.nagare_top{
	margin-left:10px;
	padding:10px;
}
.nagare_text {
	margin-left:10px;
	background: #fafad2;
	padding:10px;
	border: 1px solid #2D9BEA;
	width:518px;
}
.nagare_image {
	margin-left:20px;
	padding:10px;

	width:300px;
}
.nagare_no {
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
}
.nagare_arrow {
	margin-left:20px;
	text-align: center;
}
.ukekata_text {
	margin-left:20px;
	padding:10px;
}
.main_reg_table {
	margin-left:20px;
	margin-top:20px;
}

.center_col{
	text-align: center;
}
.title_col{
	background: #f5deb3;
	padding:6px;
	width:200px;
}
.value_col{
	background: #fdf5e6;
	padding:6px;
}
#main_reg_button {
	width:200px;
}
#main_login_table {
	margin-left:20px;
	margin-top:20px;
}
.login_input{
	width:170px;
}
.long_textarea{
	width:510px;
	height:200px;
	font-size: 12px;
}
.login{
	width:176px;
	padding:10px;
	background: #FDF5E6 url(images/bg_login.gif) no-repeat left bottom;
	margin: 0 0 10px 0;
	font-weight:bold;
	color:#888888;
	margin-bottom:10px;
	font-size:10px;
}
.login span{
font-size:10px;
}
.login_button{
	margin:10px 0 6px 0;
	background: url(images/login_button.gif) no-repeat left top;
	border:1px solid #FDAC00;
	font-size:12px;
	width:57px;
	height:21px;
	
}
.login_title{
	width:196px;
	height:30px;
	background: url(images/bg_login_title.gif);
}
.menu_title{
	margin-top:10px;
	padding-top:4px;
	text-align: center;
	vertical-align:middle;
	width:196px;
	height:36px;
	background: url(images/bg_login_top.gif);
}
.menu{
	width:176px;
	padding:10px;
	background: #FDF5E6 url(images/bg_login.gif) no-repeat left bottom;
	margin: 0 0 10px 0;
	color:#888888;
	margin-bottom:10px;
}
.main_mid_table{
	margin-top:20px;
}
.exp_text {
	margin-left:20px;
	background: #fafad2;
	padding:10px;
	border: 1px solid #FDAC00;
}
.exp_text_2 {
	background: #fafad2;
	padding:10px;
	border: 1px solid #FDAC00;
}
.sepalate_1{
	padding:4px 6px 0 24px;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 10px;
	color:#FFFFFF;
	background: #888888 url(images/bg_sepalate_1.gif) no-repeat left top;
	width:510px;
	height:23px;
}
.sepalate_2{
	padding:4px 6px 0 10px;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 10px;
	color:#FFFFFF;
	background:  #888888 url(images/bg_sepalate_2.gif) no-repeat left top;
	width:524px;
	height:23px;
}
.paypal_text {
	margin-left:10px;
	background: #fafad2;
	padding:10px;
	border: 1px solid #2D9BEA;
	width:488px;

}

.shinki_big {
	margin-top:40px;
	width:580px;
	text-align: center;
}

.sepalate_3{
	margin:10px 0 10px 10px;
}

.message{
	text-align: left;
	padding: 10px;
	clear: both;
	background: #fdf5e6;
	border: 1px solid #4FB401; 
	line-height: 1.4;
	color:#3F331F;
}

.box_title{
	text-align: left;
	height:30px;
	background:  #888888 url(images/box_title.gif) no-repeat left top;
	color:#FFFFFF;
	font-size:14px;
	padding-left:10px;
}
.box_1 {
	text-align: left;
	padding: 10px;
	clear: both;
	background: #fdf5e6;
	border-left: 1px solid #4FB401; 
	border-bottom: 1px solid #4FB401; 
	border-right: 1px solid #4FB401; 
	margin-bottom:20px;
	line-height: 1.4;
	color:#3F331F;
}
.box_1 hr{
	border-top: 1px dashed #999999; 
	border-right: 0; 
	border-bottom: 0; 
	border-left: 0; 
	height: 0px; /* 線の太さ */
}

.box_1 img{
		margin-right:30px;
}
.text_year{
	width:40px;
}
.text_month{
	width:20px;
}
.text_day{
	width:20px;
}

#info_box{
	padding:8px;
	border: 1px solid #FF0000; 
	background:  #ffc0cb;
	margin-bottom:10px;
	color:#000000;
}
