/* ##### ページ全体の定義 ##### */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size:100%;
	line-height: 120%;
	font-family:"MS P Gothic", "Osaka";
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	background-image: url(images/back_ground.gif);
	background-repeat: repeat-x;
}
img { border: 0; vertical-align: top;}
a img { border: 0; }

.style1 {color: #0099CC;}
.style2 {
	color: #FF0000;
	font-weight: bold;
}

.text_j18 {font-size:18px;line-height:120%;font-family:"MS P Gothic","Osaka"}
.text_j16  {font-size:16px;line-height:22px;font-family:"MS P Gothic","Osaka"}
.text_j14  {font-size:14px;line-height:20px;font-family:"MS P Gothic","Osaka"}
.text_j12  {
	font-size: 12px;
	line-height: 18px;
	font-family: "MS P Gothic","Osaka";
}
.text_j11  {font-size:11px;line-height:14px;font-family:"MS P Gothic","Osaka"}
.text_j10  {font-size:10px;line-height:9px;font-family:"MS P Gothic","Osaka"}
.text_j120  {font-size:120%;line-height:160%;font-family:"MS P Gothic","Osaka"}
.text_j110  {font-size:110%;line-height:150%;font-family:"MS P Gothic","Osaka"}
.text_j100  {font-size:100%;line-height:140%;font-family:"MS P Gothic","Osaka"}
.text_j90  {font-size:90%;line-height:170%;font-family:"MS P Gothic","Osaka"}
.text_j80  {font-size:80%;line-height:150%;font-family:"MS P Gothic","Osaka"}
.text_e120 {font-size:120%;line-height:110%;font-family:"Verdana","Arial", "Helvetica", "sans-serif"}
.text_e100 {font-size:100%;line-height:110%;font-family:"Verdana","Arial", "Helvetica", "sans-serif"}
.text_e80  {font-size:80%;line-height:110%;font-family:"Verdana","Arial", "Helvetica", "sans-serif"}
.text_e70  {font-size:70%;line-height:110%;font-family:"Verdana","Arial", "Helvetica", "sans-serif"}


/* ##### アンカータグの定義 ##### */

/* 文字装飾 */
a {
	text-decoration: none;
}

/* 通常のリンクの色 */
a:link {
	color: #006699;
}

/* 読み込み済みのリンクの色 */
a:visited {
	color: #006699;
}

/* クリックされた瞬間のリンクの色 */
a:active {
	color: #0099FF;
}

/* マウスを上に乗せた時の色 */
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

/* ##### コンテナの定義 ##### */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
}

/* ##### タイトルの定義 ##### */

#header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 750px;
	background-image: url(images/back_ground.gif);
	background-repeat: repeat-x;
	height: 130px;
}

#google_area{
	text-align: right;
	padding-top: 15px;
	padding-right: 0px;
}

#google_area form {
	margin: 0px;
}

#main_menu {
	clear:both;
	height: 34px;
	width: 750px;
	text-align: center;
	margin: 2px 0px 0px 0px;
}

#main_menu_b {
	background-image: url(images/b_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 107px;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color: #000000;
	float:left;
	font-size: 12px;
}

#main_menu_b_r {
	background-image: url(images/b_bg_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 108px;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color: #2153B8;
	float:left;
	font-size: 12px;
}

#main_menu_b a{
	color: #000000;
}

#main_menu_b_r a{
	color: #000000;
}

/* ##### トップページ本文 ##### */

#main_info {
	margin-bottom: 20px;
	text-align:left;
}

#result_area {
	float: right;
}

#main_info h2 {
	color: #2153B8;
	font-size: 14px;
	background-image: url(images/index_h2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 32px;
	padding-top: 7px;
	padding-left: 7px;
}

#main_info h3 {
	margin: 10px 10px 7px 10px;
	padding: 6px 0px 0px 5px;
	font-size: 14px;
	clear:both;
	border-bottom: solid 2px #E7F1F5;
	line-height: 17px;
	color: #333333;
}

.other_info a{
	color: #3CB878;
	font-size: 12px;
	margin:0px 0px 10px 5px;
	padding:0px 0px 0px 13px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	_background-position: 0px 1px;
	height: 16px;
}

dl {
	margin:0px;
	padding:0px;
	font-size: 12px;
	width: 520px;
	float: left;
}

dt {
	margin:0px 2px 0px 4px;
	_margin:0px 0px 0px 4px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	float: left;
	width: 86px;
}

dd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 22px;
}

.achievements {
	margin-bottom: 20px;
	text-align:left;
}

/* ##### 階層ナビゲーション ##### */

#hierarchical {
	padding: 3px 15px;
	font-size: 12px;
}


/* ##### 本文エリア ##### */

#body_area {
	width: 750px;
	text-align:left;
	margin-top: 10px;
}

#body_area h2 {
	color: #2153B8;
	font-size: 14px;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	height: 44px;
	padding-top: 0px;
	padding-left: 24px;
}

#body_area h3 {
	margin: 10px 10px 7px 10px;
	padding: 6px 0px 0px 5px;
	font-size: 14px;
	clear:both;
	border-bottom: solid 2px #E7F1F5;
	line-height: 17px;
	color: #333333;
}

.body_area_text {
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

.greeting img{
	float:left;
	_margin-top: 18px;
	margin-right: 10px;
}


/* ##### メニュー ##### */

#menu_area {
	width: 150px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}


#menu_area_body {
	text-align:left;
	margin-left: 10px;
}



/* ##### エントリー ##### */

.main_body_text {
	padding: 0px 10px 5px 10px;
}
.main_body_text p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.main_body_text a:link, .main_body_text a:visited, .main_body_text a:active {
	text-decoration: none;
	color: #0066FF;
}

.main_body_text a:hover {
	text-decoration:underline;
	color: #FF2199;
}

.menu_under {
	font-size:12px;
	color: #006699;
	font-weight: normal;
	padding-right: 10px;
	height: 15px;
} 

.menu_under a:link, .menu_under a:visited, .menu_under a:active {
	text-decoration: none;
}

.menu_under a:hover {
	text-decoration:underline;
}



/* ##### フッター ##### */

#footer {
	text-align:center;
	clear:both;
	margin-top: 20px;
	background-image: url(images/back_ground_footer.gif);
	background-repeat: repeat-x;
}

#footer_txt {
	margin-top:16px;
	_margin-top:13px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	width: 730px;
}

#footer_txt img{
	float: right;
}

#copyright {
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
	width: 750px;
	font-size:10px;
	text-align:center;
	color: #666666;
}

#copyright a {
	text-decoration: none;
}



#box {
	position:absolute;
	left:0px;
	top:100px;
	width:320px;
	height:240px;
	background-color:#f00;
	border:1px solid black;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

div.imagebox {
   margin:0px 0px 30px 20px;
   width: 290px; /* 横幅 */
   float: left; /* 左に配置 */
}
p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 12px;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}
