@charset "UTF-8";
@import "http://www.pc-gakusyuu.com/daiichi/css/common.css";

/*拡張CSS*/
@import "http://www.pc-gakusyuu.com/daiichi/css/advanced.css";

/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: #DBEEF7;
}

/*--------------------------------------------------------
1、影画像
background: url(./images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(./images/grade-photo-green2.jpg) repeat-x center top fixed;

3、任意の画像
background: url(./images/bg-photo.jpg) no-repeat center top fixed;

4、色をベタ塗り
background: #000;
--------------------------------------------------------*/

/*--------------------------------------------------------
2、ヘッダーロゴ画像の設定
--------------------------------------------------------*/

div#header-logo{ background: url(./images/top-logo.png) no-repeat; }

/*ロゴ画像は下記を使用*/
/*div#header-logo{ background: url(./images/logo-photo-green2.jpg); }*/


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{	background: #ffffff; }


/*メインコンテンツ*/
div#main{ background: #ffffff; }


/*右コンテンツ*/
div#right{ background: #ffffff; }

/*フッター*/
div#footer{ background: #ffffff; }

/*copyright*/
div#copyright{ background: #39A5D4; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#navi,div#main,div#global-menu{
	border-left: 2px solid #39A5D4;
	border-right: 2px solid #39A5D4;
}

/*ヘッダーロゴの上下*/
div#header-logo{
	border-top: 2px solid #39A5D4;

}

/*左メニュー*/
/*div#left .menu{
	border: 1px solid #39A5D4;
}

/*左メニューその他ボックス*/
/*div#left .contents{
	border: 1px solid #39A5D4;
}


/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #333; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #333; }
div#header #top-menu li a:link{ color: #333; }
div#header #top-menu li a:visited{ color: #333; }
div#header #top-menu li a:hover{ color: #ff3300; }


/*ロゴテキスト*/
p#logo-text a{ text-decoration: none; }
p#logo-text,p#sub-text{ color: #333333; }
p#logo-text a:link{ color: #333333; }
p#logo-text a:visited{ color: #333333; }
p#logo-text a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #333333; }

/*左メニュータイトル帯*/
div#left .title p{ color: #ffffff; }

/*copyright*/
div#footer #copyright{ color: #ffffff; }

#copyright a {text-decoration: none; }
#copyright a:link {color:#ffffff;}
#copyright a:visited {color:#ffffff;}
#copyright a:hover { color: #FF3300;}

/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 1;

	margin: 2px 0 0 6px;
	font-size: 8.5pt;
	text-align: right;
	color: #666666;/*文字色*/
}


h2 {
	clear: both;
	margin: 50px 0 10px 0;
	padding-left: 7px;
	background-color: #39A5D4;/*背景色*/
	border-left: 5px solid #39A5D4;/*左枠線の色*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #ffffff;
}
h2 a {text-decoration: none; }
h2 a:link {color:#ffffff;}
h2 a:visited {color:#ffffff;}
h2 a:hover { color: #FF3300;}


h3{
	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 7px;
	background-color: #dbeef7;/*背景色*/
	border-left: 5px solid #dbeef7;/*左枠線の色*/
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	color: #666666;/*文字色*/
}


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container,div#global-menu{
	width: 810px;
	_width: 812px;/*IE対策*/
	margin: 0 auto;
	text-align: left;

}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 30px;
}

div#header #top-menu{
	position: absolute;
	top: 205px;
	width: 674px;
	text-align: right;
}


div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-logo{
	z-index: 1;
	position: absolute;
	top: 20px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 200px;
	text-align: left;
}

/*--------------------▽ロゴテキスト（ロゴ画像では不使用）*/

p#logo-text{
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

p#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}


/*--------------------▽ヘッダー文章*/

div#header-text{
	padding: 130px 0 0 35px;
	width: 450px;
	text-align: left;
	font-size: 9pt;
	line-height: 14pt;
}



/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 300px;
	width: 810px;
	_width: 812px;/*IE対策*/
	text-align: left;
}


/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	padding: 0 75px 0 75px;
	width: 650px;
	_width: 652px;/*IE対策*/
}


/*--------------------▽コンテンツ*/

div#right .contents{
	clear: both;
	margin: 20px 20px 40px 20px;
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#right hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#right ul,
div#right ol{
	margin: 0 0 20px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#right li{
	line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#right ul.topics{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}



/*--------------------▽戻る＆進むリンク*/

.link-back,
.link-next{
	clear: both;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }


/*--------------------▽右コンテンツ内のPタグは、自動改行*/

p{ margin-bottom: 1.0em; }


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
	clear: both;
	width: 810px;
	text-align: center;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 7px 0 7px 0;
}

div#footer .menu li{
	display: inline;
	margin: 0 0.8em 0 0.8em;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 15px;
	padding: 15px 0 15px 0;
	width: 810px;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }



/*--------------------▽Firefox3用ハック*/

body,x:-moz-broken {
	margin-left:-1px;
}

/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/


.af1
{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 35px;
 background: url(http://www.pc-gakusyuu.com/daiichi/images/ya_red.gif) no-repeat 0 0;
}
.af1 a{
text-decoration: underline;
}

.af1 a:link{
color: #0000ff;
}

.af1 a:visited{
color: #0000ff;
}

.af1 a:hover{
color: #ff3300;
}
.img-left {
	float: left;
 margin: -10px 0px 0px 0px;
	width: 170px;
	height: 140px;
}


/*--------------------------------------------------------
4-3、グローバルメニューの設定
--------------------------------------------------------*/

div#global-menu{


	position: absolute;
	top: 222px;/*■縦位置*/
	_top: 220px;/*■縦位置（IE6用）*/
	padding: 20px 0 0 0px;
	text-align: center;
	height: 100px;
	line-height: 16pt;
	background: #fff;
}

div#global-menu li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 0;
	font-size: 10.5pt;
	font-weight: bold;
	border-right: 1px solid #999;/*右枠線*/
}

div#global-menu li a{
	display: block;
	padding: 5px 24px 5px 32px;
	text-decoration: none;
	background: url(http://www.pc-gakusyuu.com/daiichi/images/bg01-menu.jpg) no-repeat left center #fff;
}

div#global-menu li a{ color: #333; }
div#global-menu li a:link{ color: #333; }
div#global-menu li a:visited{ color: #333; }
div#global-menu li a:hover{
	color: #fff;
	background: url(http://www.pc-gakusyuu.com/daiichi/images/bg01-menu-over.jpg) no-repeat left center #fff;
}
.point {
	width: 600px;
	padding: 10px 0 0 30px;
}
.point p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-weight: bold;
	line-height: 10pt;
}
.line {
	padding: 2px 10px 2px 10px;
	background: #FFFF00;
	font-weight: bold;
}


.bottom1 a{
	position: absolute;
	margin-left: 170px;
	width: 286px;
	height: 45px;
	background: url(http://www.pc-gakusyuu.com/daiichi/images/siryo.gif) no-repeat left center;

}

.bottom1 a:hover{
	background: url(http://www.pc-gakusyuu.com/daiichi/images/siryo_p.gif) no-repeat left center;
}
.bottom2 a{
	position: absolute;
	margin-left: 170px;
	width: 286px;
	height: 45px;
	background: url(http://www.pc-gakusyuu.com/daiichi/images/taiken.gif) no-repeat left center;

}

.bottom2 a:hover{
	background: url(http://www.pc-gakusyuu.com/daiichi/images/taiken_p.gif) no-repeat left center;
}
.waku{
	clear: both;
	margin: 20px 0 30px 10px;
	padding: 10px 0 10px 10px;
	border: 2px dotted #39a5d4;
	background-color: #f0f5f9;/*背景色*/
	width: 520px;
}
