@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 85%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFCF0;	/*全体の背景色dcdcdc*/
	background-image: url(../images/excitons_orange_trans.gif);
	background-repeat: repeat;

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
ul2{	
	list-style-type:disc;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #003bc0;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;			/*文字サイズ*/
	text-align: right;		/*右寄せ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字のままがいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	color: #999;			/*文字色*/
}
h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*ヘッダー（ロゴが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 120px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background: url(../images/header_bg2.gif) no-repeat;	/*ヘッダー背景画像の読み込み*/
	margin-bottom: 1px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から30pxの位置に配置*/
}
#header #logo_jpn {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 92px;	/*ヘッダーブロックに対して上から30pxの位置に配置*/
}
#header #logo_eng {
	position: absolute;
	left: 95px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 92px;	/*ヘッダーブロックに対して上から30pxの位置に配置*/
}

/*メニューブロック全体*/
ul#menu {
	height: 60px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
	border-top: 1px solid #FFFCF0;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #FFFCF0;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
ul#menu li {
	float: left;
}
ul#menu li a {
	font-size: 16px;		/*文字サイズ*/
	color: #FFFFFF;	
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 157px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 16px;
	height: 44px;
	border-right: 1px solid #FFFCF0;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*色の付いた飾り文字の設定*/
ul#menu li a span {
	font-size: 9px;			/*飾り文字のサイズ*/
	color: #FFFFFF;			/*飾り文字の色*/
	font-weight: normal;	/*飾り文字を太字から標準に*/
}
/*マウスオン時の設定*/
ul#menu li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}
/*ラスト（一番右側）のメニュー設定*/
ul#menu li.last a {
	border-right: none;
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding: 10px 0px;	/*左から、上下、左右への余白*/
}
/*1カラムで使用時のメインブロック設定*/
#c1 #main {
	float: none;
	width: 100%;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 660px;
	line-height: 54px;
	height: 54px;
	background: url(../images/main_titlebg.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 20px;
	overflow: hidden;
}
/*1カラムで使用時のh2タグ設定*/
#c1 #main h2 {
	width: 930px;
	background: url(../images/main_titlebg_c1.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 20px 1em;	/*左から、上、左右、下への余白*/
	background: #FFFCF0;
}

/*メインコンテンツ内box1設定。worksページにて使用。
---------------------------------------------------------------------------*/
#main .box1 {
	width: 623px;
	background: #FFF url(../images/bg2.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆下部に配置*/
	padding: 10px;	/*ボックス内余白。ここを変更する場合、上のwidthの値も合わせて変える。*/
	overflow: hidden;
	margin: 0px auto 0.7em;	/*左から、上、左右、下にあけるスペース。autoというのは左右均等にという事。*/
	border-top: 1px solid #a4a4a4;		/*上の線の幅、線種、色*/
	border-right: 1px solid #a4a4a4;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #a4a4a4;	/*下の線の幅、線種、色*/
	border-left: 4px solid #003bc0;		/*左の線の幅、線種、色*/
}
/*1カラムで使用時のbox1設定*/
#c1 #main .box1 {
	width: 893px;
}
/*h3見出しタグ設定*/
#main .box1 h3 {
	margin-left: 210px;
	color: #003bc0;
}
/*h3見出しタグにリンク設定した場合の設定*/
#main .box1 h3 a {
	color: #003bc0;
}
/*段落タグ設定*/
#main .box1 p {
	padding: 0px;
	margin-left: 210px;
}
/*画像(段落タグ)設定*/
#main .box1 p.img {
	float: left;
	margin-left: 0px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 16px 0px 10px 5px;	/*左から、上、右、下、左への余白*/
}
/*1カラムで使用時のサブブロック設定*/
#c1 #sub {
	display: none;	/*非表示にする設定*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background: #2A2A2A url(../images/sub_titlebg.gif) no-repeat center top;	/*背景色、背景画像の読み込み、リピートしない＆上部に配置*/
	padding: 10px 10px 10px 20px;	/*h3内の余白。左から、上、右、下、左。*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px;	/*左から、上下、左右への余白*/
}

/*サブコンテンツ内box1設定。
---------------------------------------------------------------------------*/
#sub .box1 {
	background: url(../images/bg1.gif);	/*背景画像の読み込み*/
	padding: 5px !important;
	color: #FFF;	/*文字色*/
}

/*サブコンテンツ内box2設定。
---------------------------------------------------------------------------*/
#sub .box2 {
	background: #FFF;	/*背景色*/
	padding: 5px !important;
	border: 1px solid #a4a4a4;	/*枠線の幅、線種、色*/
	color: #333;		/*文字色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体のブロック設定*/
#sub ul.submenu {
	background: url(../images/bg1.gif) repeat-x center bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*サブメニュー１個あたりの設定*/
#sub ul.submenu li a {
	display: block;
	width: 210px;
	text-decoration: none;
	color: #FFFFFF;		/*文字色*/
	padding: 2px 5px 2px 15px;	/*左から、上、右、下、左への余白*/
	background: #202020 url(../images/arrow1.gif) no-repeat 5px center;	/*背景色、矢印画像の読み込み＆リピートしない＆左から5pxの位置＆上下中央に配置*/
}
#sub ul.submenu li {
	margin-bottom: 5px;	/*メニュー間のスペース*/
}
#sub ul.submenu li.last {
	margin-bottom: 0px;	/*メニュー間のスペース。最後の１個は空けないようにする設定。*/
}
#sub ul.submenu li a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色*/
	background: #003bc0 url(../images/arrow1.gif) no-repeat 6px center;	/*マウスオン時の背景色と矢印画像。画像は位置をちょっとずらす。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させておきたいならこの１行と下のheightを削除。*/
	height: 500px;	/*ブロックの高さ*/
	width: 640px;
	background: #FFFCF0;
	padding-left: 20px;
}
#c1 #main .new {
	height: 500px;	/*ブロックの高さ*/	
	width: 910px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #999;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#c1 #main .new dl {
	width: 890px;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 140px;
}
#main .new dd {
	float: left;
	width: 480px;
}
#main .new ds {
	float: left;
	width: 600px;
}
#c1 #main .new dd {
	width: 750px;
}
#c1 #main .new ds {
	width: 840px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;		/*センタリング*/
	padding-top: 24px;
	clear: both;
	width: 100%;
	background: url(../images/footer_bg.gif) no-repeat;	/*背景画像の読み込み*/
	height: 60px;
	line-height: 1.6em;
	color: #FFF;	/*文字色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 648px;	/*テーブル幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*テーブル内の色*/
}
/*1カラムで使用時のテーブル１設定*/
#c1 .ta1 {
	width: 918px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 405px;
	padding: 10px;
	vertical-align: top;
}
/*1カラムで使用時のtdタグ設定*/
#c1 .ta1 td{
	width: 675px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			/*文字色*/
	background: #3A3A3A;	/*背景色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
#c1 .ta2 {
	width: 100%;
	background: #FFFCF0;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 0;	/*テーブルの枠線の幅、線種、色*/
}

/*1カラムで使用時のtdタグ設定*/
#c1 .ta2 td{
	width: auto;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: bottom;
}

/*テーブル３
---------------------------------------------------------------------------*/
#c1 .ta3 {
	width: 100%;
	background: #FFFCF0;
}
.ta3, .ta3 td, .ta3 th{
	border: 0;	/*テーブルの枠線の幅、線種、色*/
}

/*1カラムで使用時のtdタグ設定*/
#c1 .ta3 td{
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #FFFFFF;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #003bc0;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img.fl {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
img.fr {
	float: right;
	padding-left: 10px;
	padding-bottom: 1em;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	/*padding-bottom: 5px;*/		
	position: relative;
	height: 290px;
	width: 950px;
	clear: left;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
