@charset "euc-jp";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★　CSS　共通レイアウト設定　★

■１．初期設定のリセット
■２．初期設定（タグ設定）
■３．共通仕様
　●３-１　ラッパー
　●３-２　ヘッダー
　●３-３　ナビゲーション（横型）
　●３-４　コンテンツ・ラッパー
　●３-５　コンテンツ、左右コンテンツ
　●３-６　ナビゲーション（縦型）
　●３-７　ページトップ
　●３-８　フッター
　●３-９　ＡＩバナー

■４．対複数設定
　●４-１　フロート・クリアーボックス
　●４-２．コンテンツタイトル
　●４-３．コンテンツテキスト
　●４-４.マージン・パディング調整
　●４-５．ボーダー
　●４-６.ボックス

■５．その他
　●５-１.次のページ・前のページリンク
　●５-２.コンテンツ下部お問合せバナー
　●５-３.リンク共通

■６．プリント用

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■１．初期設定リセット
タグに設定されている初期値を解除

※この設定は任意
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

table {
	border:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
	margin:0px;
	padding:0px;
	background:#ffffff url(../common_img/body_bg.jpg) repeat-x top;
	color:#333333;
	font-family:'メイリオ','Meiryo',"ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size:12px;
	text-align:center;
	line-height:1.8em;
	word-spacing:0;
	letter-spacing:0;
}
input,textarea,select{
	color:#333333;
}

h1{/*ロゴ-header内*/
	width:390px;
	height:85px;
	margin:0 auto;
	padding:3px 0 0;
	text-align: left;
	float:left;
}

a,
a:link,
a:visited{
	color:#0066cc;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus{
	color:#63B6FA;
	text-decoration:none;
}

a:hover img.hover {
	opacity:0.6;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapper {}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header{
	width:980px;
	height:88px;
	margin:0 auto;
}

/*◆メニュー*/
#header ul{
	float:right;
	width:590px;
	height:26px;
	background:url(../common_img/head_menu_bg.jpg) no-repeat right top;
}
#header li{
	float:right;
	height:24px;
}
#header ul .li01{
	width:94px;
	padding:0 2px 2px 0;
}
#header ul .li02{
	width:92px;
	padding:0 0 2px;
}
#header ul .li03{
	width:93px;
	padding:0 0 2px 2px;
	background:url(../common_img/head_menu_bg.jpg) no-repeat left top;
}

/*◆フォントサイズ*/
#header dl{
	float:right;
	width:135px;
	height:18px;
	padding:33px 8px 0;
}
#header dt{
	float:left;
	width:72px;
	height:18px;
}
#header dd{
	float:left;
	width:19px;
	height:18px;
	padding-right:2px;
}

#header dd a{
	display:block;
	overflow:hidden;
	width:19px;
	height:18px;
	text-indent:-99999em;
}

/*◇ボタンアイコン[小]（styleswitch.jsで切り替え→[中]font02.css、[大]font03.css）英語ページ→content.css*/
#header dl .li02 a,
#header dl .li02 a:link,
#header dl .li02 a:visited {
	background:url(../common_img/head_font02_on.jpg);
}
#header dl .li02 a:hover,
#header dl .li02 a:active,
#header dl .li02 a:focus{
	background:url(../common_img/head_font02_on.jpg);
}
#header dl .li03 a,
#header dl .li03 a:link,
#header dl .li03 a:visited {
	background:url(../common_img/head_font03_off.jpg);
}
#header dl .li03 a:hover,
#header dl .li03 a:active,
#header dl .li03 a:focus{
	background:url(../common_img/head_font03_on.jpg);
}
#header dl .li04 a,
#header dl .li04 a:link,
#header dl .li04 a:visited {
	background:url(../common_img/head_font04_off.jpg);
}
#header dl .li04 a:hover,
#header dl .li04 a:active,
#header dl .li04 a:focus{
	background:url(../common_img/head_font04_on.jpg);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnavi{
	height:50px;
	margin:0 auto 20px;
	background:url(../common_img/gnavi_bg.jpg);
}
#gnavi ul{
	width:980px;
	height:50px;
	margin:0 auto;
}
#gnavi li{
	float:left;
	height:50px;
}

/*◆グローバルメニュー*/
#gnavi .li01{
	width:182px;
}
#gnavi .li02{
	width:179px;
}
#gnavi .li03{
	width:178px;
}
#gnavi .li04{
	width:156px;
}
#gnavi .li05{
	width:101px;
}

/*◆検索 フォーム部→form.css*/
#gnavi .li06{
	width:166px;
	height:22px;
	padding:12px 9px 16px;
	background:url(../common_img/gnavi_search_bg.jpg);
}
#gnavi .li06 dt{
	float:left;
	width:130px;
	height:22px;
}

#gnavi .li06 dd{
	float:right;
	width:35px;
	height:22px;
	text-align:right;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main{
	width:980px;
	margin:0 auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*メインコンテンツ*/
#content{
	float:left;
	width:728px;
	text-align:left;
}

/*横コンテンツ*/
#sidecolumn{
	float:right;
	width:240px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆サブメニュー/カテゴリメニュー*/
#sidecat{
	width:240px;
	margin:0 auto 20px;
	background:url(../common_img/sidecat_bg.gif) repeat-y;
	font-size:12px;
	text-align:left;
}
#sidecat .bgend{
	overflow:hidden;
	width:236px;
	margin:0 auto;
	padding-bottom:2px;
	background:url(../common_img/sidecat_bgend.gif) no-repeat bottom;
}

/*◇リンク第一階層*/
#sidecat li{
	width:236px;
	font-weight:bold;
	line-height:16px;
}
#sidecat li div{
	width:234px;
	border:1px solid #cccccc;
	border-top:none;
	background:url(../common_img/bg01.gif) repeat-x top;
}
#sidecat li div.over{
	background:#E9F3FB;
}

#sidecat li div a,
#sidecat li div a:link,
#sidecat li div a:visited{
	display:block;
	width:187px;
	padding:8px 10px 8px 35px;
	border:1px solid #ffffff;
	background:url(../common_img/maker02_off.gif) no-repeat 16px 11px;
	color:#666666;
	text-decoration:none;
}
#sidecat li div a:hover,
#sidecat li div a:active,
#sidecat li div a:focus{
	background:url(../common_img/maker02_on.gif) no-repeat 16px 11px;
	color:#63B6FA;
	text-decoration:underline;
}
/*◇リンク第二階層＆プログラムカテゴリ*/
#sidecat li ul,
#sidecat .catmenu{
	overflow:hidden;
	width:236px;
	height:100%;
	border-bottom:1px solid #cccccc;
	position:relative;
}
#sidecat li li,
#sidecat .catmenu li{
	width:202px;
	margin:0 auto;
	border-top:1px dotted #999999;
	font-size:inherit;
	font-weight:normal;
	line-height:16px;
	position:relative;
	top:-1px;
}
#sidecat li li a,
#sidecat li li a:link,
#sidecat li li a:visited,
#sidecat .catmenu a{
	display:block;
	width:185px;
	padding:6px 0 6px 22px;
	background:url(../common_img/maker03_off.gif) no-repeat 10px 12px;
	color:#666666;
	text-decoration:none;
}
#sidecat li li a:hover,
#sidecat li li a:active,
#sidecat li li a:focus{
	background:url(../common_img/maker03_on.gif) no-repeat 10px 12px;
	color:#63B6FA;
	text-decoration:underline;
}
#sidecat .catmenu a,
#sidecat .catmenu a:link,
#sidecat .catmenu a:visited{
	display:block;
	width:185px;
	padding:6px 0 6px 22px;
	background:url(../common_img/maker01_off.gif) no-repeat 8px 10px;
	text-decoration:none;
}
#sidecat .catmenu a:hover,
#sidecat .catmenu a:active,
#sidecat .catmenu a:focus{
	background:url(../common_img/maker01_on.gif) no-repeat 8px 10px;
	color:#63B6FA;
	text-decoration:underline;
}
#sidecat li li.over,
#sidecat .catmenu li.over{
	background:#E9F3FB;
}

/*◆サイドメニュー*/
#sidemenu{
	width:236px;
	margin:0 auto 20px;
	border-top:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:16px;
}
#sidemenu li{
	width:232px;
	padding:1px;
	border:1px solid #cccccc;
	border-top:none;
	background:url(../common_img/bg01.gif) repeat-x top;
}
#sidemenu li a,
#sidemenu li a:link,
#sidemenu li a:visited{
	display:block;
	width:187px;
	padding:8px 10px 8px 31px;
	border-left:4px solid #0066CB;
	color:#666666;
	text-decoration:none;
}
#sidemenu li a:hover,
#sidemenu li a:active,
#sidemenu li a:focus{
	border-left:4px solid #83B5E8;
	color:#63B6FA;
	text-decoration:underline;
}

/*◆バナー*/
#sidebanner{
	margin:0 auto;
	padding-bottom:10px;
}
#sidebanner li{
	width:240px;
	margin:0 auto 10px;
}

/*◆ベリサイン*/
#verisign{
	width:236px;
	height:82px;
	margin:0 auto 20px;
	border:2px solid #E2E2E2;
}
#verisign dt{
	float:left;
	width:115px;
	height:82px;
	padding-left:5px;
}
#verisign dd{
	float:right;
	width:116px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page-up{
	width:710px;
	margin-right:auto;
	text-align:right;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆フッター*/
#footer{
	width:980px;
	margin:0 auto;
	padding:0 0 30px;
}

/*◇メニュー部*/
#footer ul{
	width:980px;
	height:31px;
	margin:0 auto;
	background:url(../common_img/footmenu_bg.gif) repeat-x bottom;
}
#footer li{
	float:left;
	height:28px;
}
#footer .li01{
	width:156px;
}
#footer .li02{
	width:126px;
}
#footer .li03{
	width:87px;
}
#footer .li04{
	float:left;
	margin-left: 250px;
}
#footer .pageup{
	float:right;
	width:110px;
	height:19px;
	padding:12px 8px 0;
}

/*◇Copyright部*/
#footer dl{
	width:980px;
	height:36px;
	margin:0 auto;
}
#footer dt{
	float:left;
	width:240px;
}
#footer dd{
	float:right;
	width:320px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-９．オールインターネットバナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-１.フロート・クリアーボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.clear {
	clear:both;
}


.fl_left { 
	float:left;
}

.fl_right { 
	float:right;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-２．コンテンツタイトル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆ページタイトル*/

/*◆サブタイトル*/

/*◇角丸枠付*/
.stitle01{
	width:710px;
	margin:0 auto 15px 0;
	background:url(../common_img/txt_bg01end.gif) no-repeat bottom;
	font-size:133%;
	font-weight:bold;
	line-height:18px;
}
.stitle01 span{
	display:block;
	padding:8px 15px;
	background:url(../common_img/txt_bg01top.gif) no-repeat top;
}

/*◇シンプル*/
.stitle02{
	width:680px;
	margin:0 auto 20px 0;
	padding:0 15px;
	border-bottom:1px solid #cccccc;
	font-size:133%;
	font-weight:bold;
}

/*◇装飾付*/
.stitle03{
	width:698px;
	margin:0 auto 20px 0;
	padding-left:12px;
	background:url(../common_img/maker08.gif) no-repeat 0 7px;
	color:#415F83;
	font-size:133%;
	font-weight:bold;
}

/*◇装飾付*/
.stitle04{
	width:698px;
	margin:0 auto 20px 0;
	padding-left:12px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	background:url(../common_img/maker07.gif) no-repeat left top;
	font-size:133%;
	font-weight:bold;
}

/*◇プログラム用カテゴリタイトル*/
.cat_title01{
	width:680px;
	margin:0 auto 20px 0;
	padding:10px 15px 13px;
	border-top:2px solid #ffffff;
	background:#F3F3F3 url(../common_img/bg02.gif) repeat-x bottom;
	color:#0167CC;
	font-size:167%;
	font-weight:bold;
	line-height:120%;
}
.cat_title02 {
	background:#F3F3F3;
	color:#0167CC;
	font-size:130%;
	font-weight:bold;
	padding:10px;
	margin: 20px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-３．コンテンツテキスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* ◆強調（太字） */

/*◆赤字*/
.red {
	color:#cc0000;
}

/*◆カラー*/


/* ◆基本テキスト */
.txtstyle01{
	padding:0 0 10px;
}
.txtstyle02{
	padding:0 0 20px;
}
.txtstyle03{
	padding:0 0 30px;
}
.txtstyle04{
	padding:0 0 40px;
}

.txtstyle05{
	padding:0 0px 10px 45px;
	float:left;
}

/*◆装飾付テキスト*/
/*◇角丸枠付*/
.txt_bg01{
	width:710px;
	margin:0 auto 15px 0;
	background:url(../common_img/txt_bg01end.gif) no-repeat bottom;
}
.txt_bg01 span{
	display:block;
	padding:8px 15px;
	background:url(../common_img/txt_bg01top.gif) no-repeat top;
}

/*◆改行禁止*/
.nobr{
	white-space:nowrap;
}

/*◆テキスト位置*/
.center{
	text-align:center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-４.マージン調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.margin_b05{
	margin-bottom:5px;
}
.margin_b10{
	margin-bottom:10px;
}
.margin_b15{
	margin-bottom:15px;
}
.margin_b20{
	margin-bottom:20px;
}
.margin_b25{
	margin-bottom:25px;
}
.margin_b30{
	margin-bottom:30px;
}
.margin_b40{
	margin-bottom:40px;
}
.margin_b50{
	margin-bottom:50px;
}
.ml20{
	margin-left: 20px;
}
.mt10{
	margin-top:10px; 
}


.padding_05{
	padding:5px;
}
.padding_10{
	padding:10px;
}
.padding_15{
	padding:15px;
}
.padding_20{
	padding:20px;
}
.padding_25{
	padding:25px;
}
.padding_30{
	padding:30px;
}
.padding_40{
	padding:40px;
}

.fc_red {
	color:#FF0004;
}
.underline {
	text-decoration:underline;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-５．ボーダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　●４-６.ボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆フロートボックス*/
.fbox01l{
	float:left;
	padding:0 20px 20px 0;
}
.fbox01r{
	float:right;
	padding:0 0 20px 20px;
}

/*◆背景ボックス*/
/*◇左右分割影背景枠*/
.bg03{
	width:728px;
	margin:0 auto 10px 0;
	background:url(../common_img/bg03.gif) repeat-y left;
}
.bg03end{
	width:728px;
	background:url(../common_img/bg03end.gif) no-repeat bottom left;
}
.bg03end2{/*外枠.bg03を使用しない場合*/
	width:728px;
	margin:0 auto 10px 0;
	background:url(../common_img/bg03end.gif) no-repeat bottom left;
}
.bg03end_half{/*外枠.bg03を使用＆左半分の場合*/
	width:346px;
	margin:0 auto 10px 0;
	background:url(../common_img/bg03end.gif) no-repeat bottom left;
}
.bg03top{
	width:100%;
	background:url(../common_img/bg03top.gif) no-repeat top left;
}

/*◇影背景枠*/
.bg04{
	width:728px;
	margin:0 auto 10px 0;
	background:url(../common_img/bg04.gif) repeat-y left;
}
.bg04end{
	width:728px;
	background:url(../common_img/bg04end.gif) no-repeat bottom left;
}
.bg04top{
	width:100%;
	background:url(../common_img/bg04top.gif) no-repeat top left;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-６．テーブル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆フォームテーブル*/
.contact_table{
	width:670px;
	margin:0 auto 10px;
	line-height:1.5em;
}
.contact_table th{
	width:14em;
	padding:6px 10px 6px;
	border-bottom:1px dotted #cccccc;
	background:#F6F6F6;
	font-weight:normal;
}
.contact_table td{
	padding:6px 20px;
	border-bottom:1px dotted #cccccc;
}
.contact_table th img{
	margin-left:-36px;
	vertical-align:middle;
}
.contact_table th div{
	padding-left:40px;
}

.contact_table td ul li{
	display:inline;
	margin-right:6px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●５-１.次のページ・前のページリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

/*◆お問い合わせテキストリンク部*/
.nextbanner01{
	width:710px;
	margin:0 auto 0 0;
	padding:30px 0;
	border-top:1px solid #cccccc;
	color:#415F83;
	font-size:117%;
	text-align:center;
}
.nextbanner01 a{
	font-size:133%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●５-２.コンテンツ下部お問合せバナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆お問い合わせテキストリンク部*/
.toibanner01{
	width:710px;
	margin:0 auto 0 0;
	padding-bottom:30px;
	color:#415F83;
	font-size:117%;
	text-align:center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●５-３.リンク共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆リンクアイコン*/
/*◇外部リンク*/
.link_icon01{
	display:inline-block;
	padding-right:16px;
	background:url(../common_img/icon_externallink.gif) no-repeat right center;
	cursor:pointer;/*IE6必須*/
}
/*◇pdf*/
.link_icon02{
	display:inline-block;
	padding-right:20px;
	background:url(../common_img/icon_pdf01.gif) no-repeat right center;
	cursor:pointer;/*IE6必須*/
}

/*◆パンクズメニュー*/
#pankuzu{
	height:30px;
}
#pankuzu li{
	display:inline;
	padding-left:5px;
}
#pankuzu a,
#pankuzu span{
	display:inline-block;
	padding-right:10px;
	background: url(../common_img/arrow01.gif) no-repeat center right;
	font-weight:normal;
}
#pankuzu span{
	color:#0066cc;
}

/*◆ボタン風リンク*/
/*◇右向>>*/
a.link_bt01,
a.link_bt01:link,
a.link_bt01:visited{
	display:inline-block;
	padding:2px 6px 2px 14px;
	border:1px solid #cccccc;
	background:#F6F6F6 url(../common_img/maker03_off.gif) no-repeat 5px 10px;
	text-decoration:none;
}
a.link_bt01:hover,
a.link_bt01:active,
a.link_bt01:focus{
	background:#ffffff url(../common_img/maker03_on.gif) no-repeat 5px 10px;
	text-decoration:underline;
}
/*◇左向>>*/
a.link_bt02,
a.link_bt02:link,
a.link_bt02:visited{
	display:inline-block;
	padding:2px 6px 2px 14px;
	border:1px solid #cccccc;
	background:#F6F6F6 url(../common_img/maker05_off.gif) no-repeat 5px 10px;
	text-decoration:none;
}
a.link_bt02:hover,
a.link_bt02:active,
a.link_bt02:focus{
	background:#ffffff url(../common_img/maker05_on.gif) no-repeat 5px 10px;
	text-decoration:underline;
}
/*◇pdf*/
a.link_bt03,
a.link_bt03:link,
a.link_bt03:visited{
	display:inline-block;
	padding:2px 6px 2px 26px;
	border:1px solid #cccccc;
	background:#F6F6F6 url(../common_img/icon_pdf01.gif) no-repeat 5px 4px;
	text-decoration:none;
}
a.link_bt03:hover,
a.link_bt03:active,
a.link_bt03:focus{
	background:#ffffff url(../common_img/icon_pdf01.gif) no-repeat 5px 4px;
	text-decoration:underline;
}
/*◇テキストリンク>> 詳細へ*/
a.link_bt04,
a.link_bt04:link,
a.link_bt04:visited{
	color:#ED7B00;
	text-decoration:none;
}
a.link_bt04:hover,
a.link_bt04:active,
a.link_bt04:focus{
	color:#63B6FA;
	text-decoration:underline;
}
/*◇mailto*/
a.link_bt05,
a.link_bt05:link,
a.link_bt05:visited{
	display:inline-block;
	padding:2px 6px 2px 26px;
	border:1px solid #cccccc;
	background:#F6F6F6 url(../common_img/icon_mail.gif) no-repeat 5px 8px;
	text-decoration:none;
}
a.link_bt05:hover,
a.link_bt05:active,
a.link_bt05:focus{
	background:#ffffff url(../common_img/icon_mail.gif) no-repeat 5px 8px;
	text-decoration:underline;
}
/*◇ページ内リンク*/
a.link_bt06,
a.link_bt06:link,
a.link_bt06:visited{
	display:inline-block;
	padding:0 6px 0 14px;
	border:1px solid #cccccc;
	background:#ffffff url(../common_img/maker04_off.gif) no-repeat 5px 10px;
	font-size:83%;
	text-decoration:none;
}
a.link_bt06:hover,
a.link_bt06:active,
a.link_bt06:focus{
	background:#ffffff url(../common_img/maker04_on.gif) no-repeat 5px 10px;
	text-decoration:underline;
}

/*◆ページ内リンク*/
.anchor01{
	width:710px;
	margin:10px 0 25px;
	line-height:25px;
}
.anchor01 li{
	display: inline-block;
	padding:0 0 0 15px;
}
.anchor01 a,
.anchor01 a:link,
.anchor01 a:visited {
	padding-left:10px;
	background: url(../common_img/maker04_off.gif) no-repeat center left;
	color:#666666;
	text-decoration:underline;
	white-space:nowrap;
}
.anchor01 a:hover,
.anchor01 a:active,
.anchor01 a:focus {
	background: url(../common_img/maker04_on.gif) no-repeat center left;
	color:#63B6FA;
	text-decoration:none;
}

/*◆アクセスマップリンク*/
.map_link01{
	width:100%;
	margin:0 auto;
	padding:5px 0 0;
}
.map_link01 li{
	display:inline;
	padding-right:10px;
	padding-left:18px;
}
.map_link01 .li01{
	background:url(../common_img/icon_print.gif) no-repeat left top;
	padding-bottom:1px;
}
.map_link01 .li02{
	background:url(../common_img/icon_map.gif) no-repeat left top;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●５-４.新着一覧プログラム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.nProgram{
	width:710px;
	margin:0 auto 0 0;
}

/*◇基本設定*/
.nProgram dl{
	margin:0 3px 0 18px;
	line-height:1.3em;
}
.nProgram dl img{
	vertical-align:middle;
}
.nProgram dt{
	clear:both;
	float:left;
	padding:7px 0 8px;
}
.nProgram dt p{
	float:left;
}
.nProgram dt div{
	float:right;
}
.nProgram dt div img{
	margin-right:1px;
}
.nProgram dd{
	margin-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #cccccc;
	color:#415F83;
}
.nProgram dd span{
	color:#888888;
	white-space:nowrap;
}
.nProgram dd img{
	margin-left:6px;
}

/*◇リスト1*/
.news_list01 dt{
	width:9em;
	padding-left:1em;
	background:url(../common_img/maker08.gif) no-repeat left center;
}
.news_list01 dd{
	padding-left:9em;
}

/*◇リスト2（styleswitch.jsで切り替え→font02.css、font03.css）*/
.news_list02 dt{
	width:16em;	
}
.news_list02 dt div{
	width:85px;
}
.news_list02 dd{
	padding-left:16em;
}
.career.news_list02 dt {
    width: 10em;
}
.career.news_list02 dd {
    padding-left: 10em;
}
/*◇リスト3（styleswitch.jsで切り替え→font02.css、font03.css）*/
.news_list03 dt{
	width:17em;	
}
.news_list03 dt div{
	width:97px;
}
.news_list03 dd{
	padding-left:18em;
}

/*◇リスト4*/
.news_list04 dt{
	width:120px;	
}
.news_list04 dd{
	padding-left:120px;
}

/*◇リスト5*/
.news_list05{
	margin:0 3px 0 18px;
	line-height:1.3em;
}
.news_list05 li{
	padding-top:7px;
	padding-left:1em;
	margin-right:10px;
	padding-bottom:7px;
	border-bottom:1px dotted #cccccc;
	background:url(../common_img/maker08.gif) no-repeat 0 10px;
	color:#415F83;
}
.news_list05 li span{
	color:#888888;
	white-space:nowrap;
}
.news_list05 li img{
	margin-left:6px;
}
/*◇リスト6*/
.news_list06{}
.news_list06 dd{
	padding-left:1em;
	background:url(../common_img/maker08.gif) no-repeat left center;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●５-６.ポップアップウインドウ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆セレクタ（#wrapper）*/
.popup01{}

.popup01 #header{
	width:auto;
	height:auto;
	margin:0 auto;
	padding:20px 0 10px;
	border-bottom:4px solid #0066CB;
}

.popup01 #header h1{/*ロゴ-header内*/
	float:left;
	width:272px;
	height:29px;
	padding:0;
}
.popup01 #header p{
	float:right;
	width:61px;
	height:18px;
	padding:10px 10px 0 0;
}

.popup01 #main{
	width:auto;
	margin:0 auto;
	padding:0;
}

.popup01 #content{
	float:none;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}
.popup01 #footer{
	width:auto;
	margin:0 auto;
	padding:0 0 30px;
}
.popup01 #footer ul{
	width:auto;
}
.popup01 #footer dl{
	width:auto;
}

.popup01 .bt_close{
	padding:20px 0 0;
	text-align:center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■６.プリント用
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*◆印刷ページ用*/
body#print{
	background-color:#FFFFFF;
	background-image:none;
}

#print_box{
	width:670px;
	margin:0 auto;
}
#print_box p{
	padding:5px 0 10px;
	text-align:left;
}

/*◆プリントスタイル*/
@media print{

body#print form{display:none;}

}

/*◆サイドメニュー add*/
.infomenu{
	width:236px;
	margin-left: 4px;
	border-top:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:16px;
}
.infomenu li{
	width:230px !important;
	padding:1px;
	border:1px solid #cccccc;
	border-top:none;
	background:url(../common_img/bg01.gif) repeat-x top;
}
.infomenu li a,
.infomenu li a:link,
.infomenu li a:visited{
	display:block;
	width:187px;
	padding:8px 10px 8px 31px;
	border-left:4px solid #0066CB;
	color:#666666;
	text-decoration:none;
}
.infomenu li a:hover,
.infomenu li a:active,
.infomenu li a:focus{
	border-left:4px solid #83B5E8;
	color:#63B6FA;
	text-decoration:underline;
}

/* ▼▼▼▼ position ▼▼▼▼ */
.prtv {
	position: relative;
}
.pfxd {
	position: fixed;
	top: 0;
	z-index: 50;
}
/* ▲▲▲▲ position ▲▲▲▲ */


/* ▼▼▼▼ display ▼▼▼▼ */
.disp_b  { display: block        !important; }
.disp_i  { display: inline       !important; }
.disp_n  { display: none         !important; }
.disp_ib { display: inline-block !important; }
/* ▲▲▲▲ display ▲▲▲▲ */


/* ▼▼▼▼ background ▼▼▼▼ */
.bg_n { background: none !important; }
/* ▲▲▲▲ background ▲▲▲▲ */


/* ▼▼▼▼ width ▼▼▼▼ */
.w10p  { width:  10% ; }
.w15p  { width:  15% ; }
.w20p  { width:  20% ; }
.w25p  { width:  25% ; }
.w30p  { width:  30% ; }
.w45p  { width:  45% ; }
.w100p { width: 100% ; }
.w250  { width: 250px; }
.w290  { width: 290px; }
.w300  { width: 300px; }
.w310  { width: 310px; }
.w345  { width: 345px; }
.w350  { width: 350px; }
.w360  { width: 360px; }
.w370  { width: 370px; }
.w440  { width: 440px; }
.w450  { width: 450px; }
.w485  { width: 485px; }
.w495  { width: 495px; }
.w525  { width: 525px; }
.w575  { width: 575px; }
.w700  { width: 700px; }
/* ▲▲▲▲ width ▲▲▲▲ */


/* ▼▼▼▼ clear / float ▼▼▼▼ */
.clearfix:after { content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }

.fl { float: left ; }
.fr { float: right; }
/* ▲▲▲▲ clear / float ▲▲▲▲ */


/* ▼▼▼▼▼ text / font ▼▼▼▼▼ */
.lh00 { line-height: 0  ; }
.lh12 { line-height: 1.2; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }

.tac { text-align: center; }
.tal { text-align: left  ; }
.tar { text-align: right ; }

.vat { vertical-align: top   ; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }

.fwn { font-weight: normal; }
.fwb { font-weight: bold  ; }

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
.fs30 { font-size: 30px !important; }
.fs32 { font-size: 32px !important; }
.fs36 { font-size: 36px !important; }
.fs40 { font-size: 40px !important; }

.base   { color: #0068B7; }
.black  { color: #000000; }
.white  { color: #FFFFFF; }
.red    { color: #FF0000; }
.grey   { color: #666666; }
.pink   { color: #FFCCFF; }
.green  { color: #149600; }
.blue   { color: #0073E6; }
.yellow { color: #FAFA00; }
.orange { color: #FF7300; }
/* ▲▲▲▲▲ text / font ▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  margin  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.mat  { margin: auto         !important; }     .m00  { margin:  0px         !important; }
.m05  { margin:  5px         !important; }     .m10  { margin: 10px         !important; }
.m15  { margin: 15px         !important; }     .m20  { margin: 20px         !important; }
.m25  { margin: 25px         !important; }     .m30  { margin: 30px         !important; }
.m35  { margin: 35px         !important; }     .m40  { margin: 40px         !important; }
.m45  { margin: 45px         !important; }     .m50  { margin: 50px         !important; }
.m55  { margin: 55px         !important; }     .m60  { margin: 60px         !important; }
.m65  { margin: 65px         !important; }     .m70  { margin: 70px         !important; }
.m75  { margin: 75px         !important; }     .m80  { margin: 80px         !important; }
.m85  { margin: 85px         !important; }     .m90  { margin: 90px         !important; }

.mt00 { margin-top:  0px     !important; }
.mt05 { margin-top:  5px     !important; }     .mt10 { margin-top: 10px     !important; }
.mt15 { margin-top: 15px     !important; }     .mt20 { margin-top: 20px     !important; }
.mt25 { margin-top: 25px     !important; }     .mt30 { margin-top: 30px     !important; }
.mt35 { margin-top: 35px     !important; }     .mt40 { margin-top: 40px     !important; }
.mt45 { margin-top: 45px     !important; }     .mt50 { margin-top: 50px     !important; }
.mt55 { margin-top: 55px     !important; }     .mt60 { margin-top: 60px     !important; }
.mt65 { margin-top: 65px     !important; }     .mt70 { margin-top: 70px     !important; }
.mt75 { margin-top: 75px     !important; }     .mt80 { margin-top: 80px     !important; }
.mt85 { margin-top: 85px     !important; }     .mt90 { margin-top: 90px     !important; }

.mr00 { margin-right:  0px   !important; }
.mr05 { margin-right:  5px   !important; }     .mr10 { margin-right: 10px   !important; }
.mr15 { margin-right: 15px   !important; }     .mr20 { margin-right: 20px   !important; }
.mr25 { margin-right: 25px   !important; }     .mr30 { margin-right: 30px   !important; }
.mr35 { margin-right: 35px   !important; }     .mr40 { margin-right: 40px   !important; }
.mr45 { margin-right: 45px   !important; }     .mr50 { margin-right: 50px   !important; }
.mr55 { margin-right: 55px   !important; }     .mr60 { margin-right: 60px   !important; }
.mr65 { margin-right: 65px   !important; }     .mr70 { margin-right: 70px   !important; }
.mr75 { margin-right: 75px   !important; }     .mr80 { margin-right: 80px   !important; }
.mr85 { margin-right: 85px   !important; }     .mr90 { margin-right: 90px   !important; }

.mb00 { margin-bottom:  0px  !important; }
.mb05 { margin-bottom:  5px  !important; }     .mb10 { margin-bottom: 10px  !important; }
.mb15 { margin-bottom: 15px  !important; }     .mb20 { margin-bottom: 20px  !important; }
.mb25 { margin-bottom: 25px  !important; }     .mb30 { margin-bottom: 30px  !important; }
.mb35 { margin-bottom: 35px  !important; }     .mb40 { margin-bottom: 40px  !important; }
.mb45 { margin-bottom: 45px  !important; }     .mb50 { margin-bottom: 50px  !important; }
.mb55 { margin-bottom: 55px  !important; }     .mb60 { margin-bottom: 60px  !important; }
.mb65 { margin-bottom: 65px  !important; }     .mb70 { margin-bottom: 70px  !important; }
.mb75 { margin-bottom: 75px  !important; }     .mb80 { margin-bottom: 80px  !important; }
.mb85 { margin-bottom: 85px  !important; }     .mb90 { margin-bottom: 90px  !important; }

.ml00 { margin-left:  0px    !important; }
.ml05 { margin-left:  5px    !important; }     .ml10 { margin-left: 10px    !important; }
.ml15 { margin-left: 15px    !important; }     .ml20 { margin-left: 20px    !important; }
.ml25 { margin-left: 25px    !important; }     .ml30 { margin-left: 30px    !important; }
.ml35 { margin-left: 35px    !important; }     .ml40 { margin-left: 40px    !important; }
.ml45 { margin-left: 45px    !important; }     .ml50 { margin-left: 50px    !important; }
.ml55 { margin-left: 55px    !important; }     .ml60 { margin-left: 60px    !important; }
.ml65 { margin-left: 65px    !important; }     .ml70 { margin-left: 70px    !important; }
.ml75 { margin-left: 75px    !important; }     .ml80 { margin-left: 80px    !important; }
.ml85 { margin-left: 85px    !important; }     .ml90 { margin-left: 90px    !important; }
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲  margin  ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ padding ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.p00  { padding:  0px        !important; }
.p05  { padding:  5px        !important; }     .p10  { padding: 10px        !important; }
.p15  { padding: 15px        !important; }     .p20  { padding: 20px        !important; }
.p25  { padding: 25px        !important; }     .p30  { padding: 30px        !important; }
.p35  { padding: 35px        !important; }     .p40  { padding: 40px        !important; }
.p45  { padding: 45px        !important; }     .p50  { padding: 50px        !important; }
.p55  { padding: 55px        !important; }     .p60  { padding: 60px        !important; }
.p65  { padding: 65px        !important; }     .p70  { padding: 70px        !important; }
.p75  { padding: 75px        !important; }     .p80  { padding: 80px        !important; }
.p85  { padding: 85px        !important; }     .p90  { padding: 90px        !important; }

.pt00 { padding-top:  0px    !important; }
.pt05 { padding-top:  5px    !important; }     .pt10 { padding-top: 10px    !important; }
.pt15 { padding-top: 15px    !important; }     .pt20 { padding-top: 20px    !important; }
.pt25 { padding-top: 25px    !important; }     .pt30 { padding-top: 30px    !important; }
.pt35 { padding-top: 35px    !important; }     .pt40 { padding-top: 40px    !important; }
.pt45 { padding-top: 45px    !important; }     .pt50 { padding-top: 50px    !important; }
.pt55 { padding-top: 55px    !important; }     .pt60 { padding-top: 60px    !important; }
.pt65 { padding-top: 65px    !important; }     .pt70 { padding-top: 70px    !important; }
.pt75 { padding-top: 75px    !important; }     .pt80 { padding-top: 80px    !important; }
.pt85 { padding-top: 85px    !important; }     .pt90 { padding-top: 90px    !important; }

.pr00 { padding-right:  0px  !important; }
.pr05 { padding-right:  5px  !important; }     .pr10 { padding-right: 10px  !important; }
.pr15 { padding-right: 15px  !important; }     .pr20 { padding-right: 20px  !important; }
.pr25 { padding-right: 25px  !important; }     .pr30 { padding-right: 30px  !important; }
.pr35 { padding-right: 35px  !important; }     .pr40 { padding-right: 40px  !important; }
.pr45 { padding-right: 45px  !important; }     .pr50 { padding-right: 50px  !important; }
.pr55 { padding-right: 55px  !important; }     .pr60 { padding-right: 60px  !important; }
.pr65 { padding-right: 65px  !important; }     .pr70 { padding-right: 70px  !important; }
.pr75 { padding-right: 75px  !important; }     .pr80 { padding-right: 80px  !important; }
.pr85 { padding-right: 85px  !important; }     .pr90 { padding-right: 90px  !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }     .pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }     .pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }     .pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }     .pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }     .pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }     .pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }     .pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }     .pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }     .pb90 { padding-bottom: 90px !important; }

.pl00 { padding-left:  0px   !important; }
.pl05 { padding-left:  5px   !important; }     .pl10 { padding-left: 10px   !important; }
.pl15 { padding-left: 15px   !important; }     .pl20 { padding-left: 20px   !important; }
.pl25 { padding-left: 25px   !important; }     .pl30 { padding-left: 30px   !important; }
.pl35 { padding-left: 35px   !important; }     .pl40 { padding-left: 40px   !important; }
.pl45 { padding-left: 45px   !important; }     .pl50 { padding-left: 50px   !important; }
.pl55 { padding-left: 55px   !important; }     .pl60 { padding-left: 60px   !important; }
.pl65 { padding-left: 65px   !important; }     .pl70 { padding-left: 70px   !important; }
.pl75 { padding-left: 75px   !important; }     .pl80 { padding-left: 80px   !important; }
.pl85 { padding-left: 85px   !important; }     .pl90 { padding-left: 90px   !important; }
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ padding ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

