@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: left;
}
div#website{
	width: 765px;
	padding: 0px;
	background-image: url(../common_images/shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
}
div#wrapper{
	padding: 0px 5px 0px 0px;
	text-align: left;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
/*-------------------基本タグの設定-------------------*/

h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, pre, div {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	margin: 2px;
}
img{
	border: 0px;
}

table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	line-height: 1.2em;
	color: #333333;
	vertical-align: top;
}
td {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
/*-------------------リンクの設定-------------------*/
a:link {								/*通常時のリンク設定*/
	color: #0B5CB7;
}
a:visited {								/*クリック後のリンク設定*/
	color: #000080;
}
a:hover {								/*マウスオーバー時のリンク設定*/
	color: #348FF3;
}
a:active {								/*クリック時のリンク設定*/
	color: #0099FF;
}
/*-------------------hタグの設定-------------------*/
h1{
	font-size: 12px;
	line-height: 12px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	font-weight: normal;
}
h2{
	background: url(../common_images/h2_bg.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 10px;
	padding: 8px 0px 8px 25px;
	color: #696969;
}

h3{
	margin: 15px 0px 10px 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background: url(../common_images/h3_bg.gif) no-repeat left top;
	padding: 8px 0px 8px 25px;
	color: #696969;
}
/*-------------------ヘッダーの設定（共通部分、下層ページ、トップは別）-------------------*/

#header_box1{
	background: url(../common_images/h1_bg.gif) left top;
	color: #FFFFFF;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: #FFFFFF;
}
#header_box1_link{
	font-size: 12px;
	line-height: 12px;
	float: right;
	padding-top: 7px;
	padding-right: 15px;
}
#header_box1_link a{
	color: #FFFFFF;
	text-decoration: none;
}
#header_box1_link a:hover{
	text-decoration: underline;
}
/*ここから下層ページのヘッダーの設定*/
#header_box3{
	background: url(../common_images/header_img.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 168px;
	width: 620px;
	position: relative;
}
#header_box3 p{
	visibility: hidden;
}
#header_box3_a{
	display: block;
	position: relative;
	height: 85px;
	width: 225px;
	left: 15px;
	top: 15px;
}
#header_box3_a em{
	visibility: hidden;
}
/*ここまで下層ページのヘッダーの設定*/
/*-------------------下層ページ右側の設定-------------------*/
.telfax{
	color: #FFFFFF;
	background: #CC0000;
	border-top: 1px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 6px 0px 5px;
}
.side_table_01{
	border: 1px solid #BFBFBF;
	width: 135px;
}
.side_table_01 p{
	margin: 5px 2px 5px 10px;
	font-size: 10px;
}

/*-------------------コンテンツの設定-------------------*/
#cotents{
	padding: 15px;
}
/*-------------------フッターの設定-------------------*/
#footer_link{
	border-bottom: 1px solid #333333;
}
#footer_link a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_link p{
	background: #CC0000 url(../common_images/footer_bg.gif) no-repeat right top;
	width: 420px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-indent: 15px;
}
.footer_p1{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 35px;
}
address{
	background: #333333;
	font-style: normal;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
	text-align: center;
}
/*-------------------文字設定-------------------*/
.clear{clear:both}
.fontsize10_linehi12 {
	font-size: 10px;
	line-height: 12px;
}
.fontsize12_linehi14 {
	font-size: 12px;
	line-height: 14px;
}
.font_color_red {color: #990606;}
/*フォントカラーの設定　項目が増える場合は、.font_color_色名で増やしていく*/
.font_color_white {color: #ffffff;}
.c_CC0000 {color:#CC0000;}
.c_333333 {color:#333333;}
.c_124371 {color:#124371;}
.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;}
.padding_5 {padding:5px;}/*パディング(余白)の設定　*/
/*-------------------共通要素------------------*/
img.waku{
	border: 1px solid #666666;
}
.link_pagetop{
	text-align: right;
	margin: 10px 20px 10px 10px;
}
#pagetop{
	display: none;
}
/*-------------------共通段落の設定-------------------*/
p.p1{
	line-height: 150%;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-------------------共通テーブルの設定------------------*/
table.table01{
	margin: 10px;
}
table.table01 td{
	background: #F9F9F9 url(../common_images/td_bg2.gif) repeat-x left bottom;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 150%;
	border: 2px solid #ECECEC;
}
table.table01 td.table01_td1{
	background: #E68888 url(../common_images/td_bg1.gif) repeat-x left bottom;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #DD7F7F;
}

/*-------------------▼各ページの設定▼------------------*/

/*-------------------TOPページの設定------------------*/

/*ここからヘッダーの設定*/
#header_box2{
	background: url(../images/top_img.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 334px;
	width: 760px;
	position: relative;
}
#header_box2 p{
	visibility: hidden;
}
#header_box2_a{
	display: block;
	position: relative;
	height: 85px;
	width: 225px;
	left: 15px;
	top: 15px;
}
#header_box2_a em{
	visibility: hidden;
}
#header_box2_telfax{
	position: absolute;
	right: 14px;
	bottom: 4px;
	color: #FFFFFF;
}
/*ここまでヘッダーの設定*/
.top_table_01{
	border: 1px solid #BFBFBF;
}
.top_table_01 p{
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 2px;
	font-size: 10px;
	line-height: 130%;
}
.top_h2{
	background: url(../images/top_h2_bg.gif) no-repeat left top;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 8px 0px 8px 25px;
}
/*-------------------sampleページの設定------------------*/
#sample_box1{
	margin-left: 5px;
}
#sample_box1 dl{
	float: left;
	padding: 0px;
	margin: 15px 5px 5px;
	height: auto;
	width: 182px;
}
#sample_box1 dt{}
#sample_box1 dd{
	padding-left: 5px;
	padding-top: 3px;
}
#sample_box1 dd img{	border: 1px solid #666666;}
