@charset "Shift_JIS";					/*使用する文字コード*/

/*-------------------基本設定-------------------*/
*{										/*margin・padding指定を*で一括0px指定*/	
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#wrapper{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 760px;
}
h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, pre, div {
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	line-height: 1.2em;
		color: #5F5F5F;
}
td {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	color: #5F5F5F;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}
p{
	text-align: justify;
 text-justify: inter-ideograph;}

a:link {								/*通常時のリンク設定*/
	color: #0000CC;
}
a:visited {								/*クリック後のリンク設定*/
	color: #000099;
}
a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0066FF;
}
a:active {								/*クリック時のリンク設定*/
	color: #00CCFF;
}
/*-------------------hタグの設定-------------------*/
h1{
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}
h2.top{
	background-image: url(../common_images/bg_h2_top.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 15px 0px 10px;
	font-weight: normal;
	text-indent: 25px;
	padding-right: 0px;
}
h2{
	background-image: url(../common_images/bg_h2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 15px 0px 10px;
	font-weight: normal;
	text-indent: 25px;
	padding-right: 0px;
	clear: both;
}

h3{
	font-size: 10pt;
	color: #4DAC26;
	padding: 5px 10px 5px 15px;
	clear: both;
	width: 400px;
	margin: 10px 10px 10px 15px;
	border-top: 1px solid #4DAC26;
	border-right: 1px solid #4DAC26;
	border-bottom: 1px solid #4DAC26;
	border-left: 10px solid #4DAC26;
}

/*-------------------ヘッダーの設定-------------------*/
table#header{
	width: 760px;
	background-image: url(../common_images/header_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table#header td p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 130%;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: right;
}
table#header td p#address{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*-------------------コンテンツの設定-------------------*/
div#contents{
	margin-right: 10px;
	margin-left: 10px;
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#contents p{
	padding: 5px 15px;
	line-height: 150%;
}

/*-------------------フッターの設定-------------------*/
p#footer_link{
	background-image: url(../common_images/bg_foot_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 730px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
td#footer_td{
	padding-top: 5px;
	background-position: left top;
}
td.footer_td02{
	background-image: url(../common_images/foot_002.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-left: 10px;
}
{
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

address{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 8px;
	background-image: url(../common_images/bg_footer.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-style:normal;
}

/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 0.8em;
	line-height: 1.2em;
}
.fontsize10_linehi12 {
	font-size: 1em;
	line-height: 1.2em;
}
.fontsize12_linehi16 {
	font-size: 1.2em;
	line-height: 1.4em;
}
/*-------------------独自追加項目-------------------*/
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color_red {						/*フォントカラーの設定　項目が増える場合は、.font_color_色名で増やしていく*/
	color: #990606;
}
.font_color_white {						/*フォントカラーの設定　項目が増える場合は、.font_color_色名で増やしていく*/
	color: #ffffff;
}

.c_333333 {
  color:#333333;
}
.c_124371 {
  color:#124371;
}
.c_ff9900 {
  color:#FF9900;
}
.c_7b0600 {
  color:#7B0600;
}
.c_006600 {
  color:#006600;
}
.c_565656 {
  color:#565656;
}
.c_FF3300 {
  color:#FF3300;
}
.c_a60000 {
  color:#A60000;
}
.c_175663 {
  color:#175663;
}
.c_4d4d4d {
  color:#4D4D4D;
}
.f-w_b {
  font-weight:bold;
}
.t-a_c {
  text-align:center;
}
.t-a_r {
  text-align:right;
}
.v-a_m {
  vertical-align:middle;
}
.v-a_b {
  vertical-align:bottom;
}
.bg_ffffff {
  background:#FFFFFF;
}
.bg_C9C9C9{
	background-color: #C9C9C9;
}
.bg_333333{
	background-color: #333333;
}

.bg_img1 {								/*背景画像の指定　項目が増える場合は、.bg_img2、.bg_img3と増やしていく*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.padding {							/*パディング(余白)の設定　項目が増える場合は、.padding_box2、.padding_box3と増やしていく*/
	padding:10px;
}
.padding1 {							/*パディング(余白)の設定　項目が増える場合は、.padding_box2、.padding_box3と増やしていく*/
	padding:10px;
	font-weight:bold;
}
.padding_left_10 {
	padding-left: 10px;
}							/*パディング(余白)の設定　項目が増える場合は、.padding_box2、.padding_box3と増やしていく*/
.margin_left_15{
	margin-left: 15px;
}
.img_float_right{
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}
/*-------------------共通要素------------------*/
img.waku{
	border: 1px solid #4DAC26;
}
p.back_top{
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
p.p_01{
	background-color: #E7E7E7;
	margin: 10px 20px 10px 10px;
	padding: 5px;
	width: 450px;
}

p.p_02{
	margin: 10px 20px 10px 40px;
	padding: 5px;
	width: 500px;
}

p.p_03{
	
	padding: 5px;
	width: 200px;
}

div.p_02{
	background-color: #e2fce2;
	margin: 10px 20px 10px 60px;
	padding: 5px;
	width: 600px;
}




/*-------------------共通テーブル------------------*/
table.table_01{
	background-color: #333333;
	margin-right: 15px;
	margin-left: 15px;
}
table.table_01 td{
	padding: 5px 10px;
}

/*-------------------TOPページ-------------------*/
table#top_table_01{
	padding: 0px;
	height: 260px;
	width: 732px;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table#top_table_02{
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 10px;
}
table#top_table_02 p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

table.top_table_03{
	width: 530px;
}
table.top_table_03 p{
	padding: 0px 5px 0px 10px;
	line-height: 150%;
}

table.top_table_03 img{
	border: 1px solid #4DAC26;
}
td#top_td_01{
	background-image: url(../images/top_001.gif);
	background-position: left top;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	line-height: 150%;
}
td.top_td_left{
	background-image: url(../images/top_left_003.gif);
	background-repeat: repeat-y;
	padding-right: 13px;
	padding-left: 15px;
	line-height: 140%;
}
