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

/** 基本設定 **/
.table_bg td	{
	padding:5px;
	margin:10px 0 10px 0;
}

.tr_border	{
	border-bottom:2px dotted #000000;
}

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;
}

h4	{
	margin:0 0 15px 0;
	padding: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;
	text-align: center;
}			 

.life_gurd_txt	{text-align:left;}
/** 背景設定 **/
.top_bg	{background-color:#FFFEE9;}



/** ボーダー設定 **/
.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;
}

.read_margin{margin:12px 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:auto;
				 hegit:auto;
				 margin:10px 20px 0 0;}
				 				 
.middle_read	{
	width:250px;
	hegit:auto;
	margin:10px 0 0 0;
}
				 
.middle_right	{
	width:auto;
	hegit:auto;
	margin: 10px 0 0 0;
}				 
				 
#bottom_content	{
	width:auto;
	height:auto;
	margin: 0 0 20px 0;
}				 			 



/** ie6 7用 **/

