@charset "shift_jis";

/* 共通要素
--------------------------------*/
/* 画像ボーダーなし */
img {
	border: 0;
}

/* 共通フォントファミリー・文字カラー */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input, h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
	/*color:#363636;*/
	color:#333333;
}

/* BODY */
/* BODY */
body {
	/* 背景 */
	margin:0px;
	padding:0px;
/*	background-image:url(../img/bk_base_grad.gif);*/
/*	background-repeat:repeat-x;*/
/*	background-color:#F1F3F5;*/
	/* ●文字サイズ */
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
}

/* 太字 */
b {
	/* カラー */
	color:#6666CC;
	/* ●文字サイズ */
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
}

/* 見出し1〜5 */
h1,h2,h3 {
	margin:0px;
	padding:0px;
	/* ●文字サイズ */
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

/* リンク反応 */
a:link,
a:visited {
	color:#6666CC;
/*	color: #8B70BB;*/
	text-decoration: none;
}
a:active,
a:hover {
	color: #A2C543;
	text-decoration: underline;
}

/* リスト（共通・水色ポイント） */
ul {
	margin:0px;
	padding-left:15px;
}
ul li {
	text-align:left;
	height:auto;
	margin-left:5px;
	padding-top:0px;
	list-style-image:url(../img/point_a.gif);
	/* ●文字サイズ */
	font-size:10px;
	line-height:20px;
}

/* HR区切り線 */
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color:#CCCCCC; /* 線色 */
   height: 1px; /* 高さ */
}

/* レイアウト関連の定義
--------------------------------*/
/* コンテンツ領域（上下10px）*/
#contents {
	clear:both;
	display:block;
	width:760px;
	margin-top:10px;
	margin-bottom:10px;
}

/* パンくずリスト */
#pan {
	/* ●文字サイズ */
	font-size: 9px;
	line-height:14px;
	text-align:left;
}
#pan img {
	vertical-align:text-bottom;
}

/* textスタイル定義
--------------------------------*/

/* ヘッダーテキスト */
h1.seo {
	margin:5px 0px 5px 0px;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:13px;
}
/* タイトルコピー */
.top_copy {
	color:#7585DD;
	/* ●文字サイズ */
	font-size:12px;
	font-weight:bold;
	line-height:26px;
}
/* タイトルコピー（緑） */
.top_copy_g {
	color:#00AE9D;
	/* ●文字サイズ */
	font-size:12px;
	font-weight:bold;
	line-height:26px;
}

/* SSテキスト */
.txt_ss {
	/* ●文字サイズ */
	font-size:10px;
	line-height:14px;
}

/* SSテキスト(オレンジ) */
.txt_ss_or{
	color:#FF9900;
	/* ●文字サイズ */
	font-size:10px;
	line-height:14px;
}

/* Sテキスト */
.txt_s {
	/* ●文字サイズ */
	font-size:10px;
	line-height:14px;
}

/* ブロック調整(5px下げる)　*/
.down_5px {
	margin-bottom:5px;
}

/* ブロック調整(10px下げる)　*/
.down_10px {
margin-bottom:10px;
}

/* テキスト行間L */
.gyokan_l {
	/* ●文字サイズ */
	font-size: 9px;
	line-height: 20px;
/*	font-weight: normal;*/
}

/* テキスト行間XL */
.gyokan_xl {
	/* ●文字サイズ */
	font-size: 9px;
	line-height: 30px;
/*	font-weight: normal;*/
}

/* テーブル内部のマージン5px */
td.indent {
	margin:5px;
}

/* 画像マージン10px */
img.indentimg {
	margin-left:10px;
}

/* テキスト回り込み(画像左配置） */
.right_float_img {
	clear:both;
	vertical-align:top;
	text-align:left;
	float:right;
	margin-left:10px;
	margin-bottom:15px;
}
/* テキスト回り込み(画像右配置） */
.left_float_img {
	clear:both;
	vertical-align:top;
	float:left;
	text-align:left;
	margin-right:10px;
	margin-bottom:15px;
}

/* トップページ専用のレイアウト
--------------------------------*/
/* メイン看板ボックス */
#topkanban {
	display:block;
	width:760px;
	height:242px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #CCCCCC;
}
/* 看板左：イメージ部 */
#topkanban_pic {
	display:block;
	float:left;
	width:574px;
	height:242px;
	margin:0;
	padding:0;
	background:url(../../img/kanban_pic.jpg) no-repeat;
}
/* 看板右：ボタン類 */
#topkanban_side {
	display:block;
	width:186px;
	height:242px;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}
/* ボタンのマージン */
.topsidebtn {
	margin:5px 5px 0px 0px;
	padding:0;
}
/* 看板下コンテンツ部 */
#top_content {
	clear:both;
	display:block;
	width:760px;
	margin:0;
	padding:0;
	text-align:left;
}
#top_content_left {
	display:block;
	float:left;
	width:565px;
	margin:0;
	padding:0;
	text-align:left;
}
#top_content_right {
	display:block;
	float:left;
	width:189px;
	margin:0px 0px 0px 6px;
	padding:0;
	text-align:left;
}

#clear {
	clear:both;
	margin:0;
	padding:0;
}

/* 文字サイズ切り替えメニュー
--------------------------------*/
#tool {
	margin:2px 0 0 0;
	padding:0;
	display:block;
	width:200px;
}

#tool ul {
	margin:0;
	padding:0;
		text-align:right;

}

#tool ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
	line-height:100%;
}

#tool ul li img {
	display:block;
}

/* 小ボタン（ON状態） */
#tool ul li.small a {
	display:block;
	width:17px;
	height:18px;
	margin-left:2px;
	background: url(../img/point_moji_small_on.gif) no-repeat left top;
}

/* 中ボタン */
#tool ul li.middle a {
	display:block;
	width:17px;
	height:18px;
	margin-left:2px;
	background: url(../img/point_moji_medium.gif) no-repeat left top;
}

/* 大ボタン */
#tool ul li.large a {
	display:block;
	width:17px;
	height:18px;
	margin-left:2px;
	background: url(../img/point_moji_large.gif) no-repeat left top;
}

/* logo h1 */
h1.logo_h1 {
margin:0;
padding:0;
}

/* ol */
ol {
text-indent:10px;
padding-left:20px;
}
ol li{
padding-left:0px;
/*color:#339999;*/
}
ol.ireko li{
padding-left:0px;
/*color:#333333;*/
}

/* line530 */
p.line530 {
border-bottom:1px dotted #CCCCCC;
height:1px;
width:530px;
display:block;
margin:10px 0 10px 0;
padding:0;
}
/* line545 */
p.line545 {
border-bottom:1px dotted #CCCCCC;
height:1px;
width:545px;
display:block;
margin:10px 0 10px 0;
padding:0;
}
/* bigtitle */
.bigtitle {
	font-weight:bold;
	letter-spacing:0.1em;
	font-size:10px;
	line-height:15px;
	margin:0;
	padding:0;
	color:#7585DD;
}