﻿@charset "UTF-8";
/* CSS Document */

/** 基本設定 **/
h2,img	{text-align:center;}

h2	{
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

h3	{
	margin:0 0 15px 0;
	padding:30px 0 0 0;
}

.sub_title	{text-align:left;}

h4	{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

h3.margin	{margin:0 0 0 0;}

p	{text-align:left;}

.middle_content_font	{
	font-size:15px;
}

.blue_txt	{color:#0066FF;
			 font-weight:bold;}
			 
.back_green	{
	color:#FFFFFF;
	background-color:#336600;
	font-weight: bold;
}			 
/** 背景設定 **/
.top_bg	{background-color:#FFFEE9;}

.bg_color	{
	background-color:#FFFCDB;
	line-height: 2em;
	padding: 6px 15px 12px 15px;
}

/** ボーダー設定 **/
.border	{
	border-top:2px solid #FFCC66;
	widht:auto;
	height:auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/** フォント設定 **/




/** マージン設定 **/
.content_margin	{
	margin:0 0 0 0;
	padding:15px 0 0 0;
}


/** レイアウト設定 **/
#content	{
	width:554px;
	heigh:auto;
	margin:20px auto 0 auto;
}
			 
#top_content	{width:auto;
				 height:auto;}			 
			 
#middle_content	{width:554px;
				 height:auto;
				 margin::0 auto 0 auto;}
				 
.middle_left	{
	width:430px;
	hegit:auto;
	margin:10px 20px 0 0;
}
				 				 
				 
.middle_right	{
	width:auto;
	hegit:auto;
	margin: 2px 0 0 0;
}				 
				 
#bottom_content	{
	width:456px;
	height:auto;
	margin: 0 auto 20px auto;
}				 			 



/** ie6 7用 **/

