﻿/*

	用途：全ページに関する定義
	
	＠HTMLコーディング基準
	
	ヘッダーセクション
	
	コンテンツセクション
	H1:ページタイトル
	H2:項目タイトル
	H3:項目サブタイトル
	H4:項目サブサブタイトル
	H5:
	H6:日付
	
	サイドセクション
	
	フッターセクション
	
	
	
*/

/*
	基礎
--------------------------------------------------------------------------------*/
/*
html{
	height:100%;
}
*/

body{
	height:100%;
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 95%;
	background-color: #EBF6EE;
	line-height: 150%;
}


/* 外部サイトへ
........................................*/
a.external{
	background-image: url(../images/mark/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	margin-right: 2px;
}

/* 新しいウィンドウを開く
........................................*/
a.new_window{
	background-image: url(../images/mark/new_window.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 1px;
}


/* リスト
........................................*/
/* ul
........................................*/
ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
li{
	background-image: url(../images/mark/arrow_right.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 7px;
	margin-left: 0px;
	margin-top: 10px;
}

/* dl 
........................................*/
dl{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
dt{
	margin-top: 1em;
	font-weight: bold;
}
dd{
	background-image: url(../images/mark/arrow_right.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 7px;
	margin-left: 0px;
}

/* 更新情報 */
.update dd{
	background-image: url(../images/dummy_white.gif);
}

/* img 
........................................*/
.position_center{
	text-align: center;
}
.position_center2{
	text-align: center;
}

/* pagebody
........................................*/
#pagebody{
	background-color: #FFFFFF;
	height:100%;
	width: 780px;
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #65BB55;
}


/*
	ヘッダー
--------------------------------------------------------------------------------*/
#header{
	background-image: url('../images/header/080611topbg.jpg');
	background-repeat: no-repeat;
	background-position: 0px -10px;
	height: 255px;
	width: 100%;
}

#header *{
	margin: 0px;
	padding: 0px;
}

/* ロゴ
........................................*/
#logo{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 35px;
	width: 341px;
}

/* プライオリティナビゲーション
........................................*/
#home_navigation ul{
	position: relative;
	width: 300px;
	left: 460px;
	top: 20px;
	margin: 0;
	height: 20px;
	list-style: none;
	overflow: hidden;
}
html>body #home_navigation ul{width:auto;height: 20px;}

#home_navigation li{
	display: inline;
	overflow: hidden;
}

#home_navigation li a{
	height: 20px;
	position: absolute;
	overflow: hidden;
	padding: 20px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 100px;
}

html>body #home_navigation li a{
	height: 0;
}

#hn_home a{
	left: 0px;
	background-image: url(../images/header/hn_home_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hn_aboutus a{
	left: 100px;
	background-image: url(../images/header/hn_aboutus_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hn_contact a{
	left: 200px;
	background-image: url(../images/header/hn_contact_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hn_contact a:hover
{
	background-position: 0px -20px;
}

#hn_aboutus a:hover
{
	background-position: 0px -20px;
}

#hn_home a:hover
{
	background-position: 0px -20px;
}

/* グローバルナビゲーション
........................................*/
#global_navigation ul{
	position: relative;
	width: auto;
	left: 16px;
	top: 205px;
	margin: 0;
	height: 30px;
	list-style: none;
	overflow: hidden;
}
html>body #global_navigation ul{width:auto;height: 30px;}

#global_navigation li{
	display: inline;
	overflow: hidden;
}

#global_navigation li a{
	height: 30px;
	position: absolute;
	overflow: hidden;
	padding: 30px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 150px;
}

#gn_support a{
	left: 0px;
	background-image: url(../images/header/gn_support_sq_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#gn_jiritsu a{
	left: 150px;
	background-image: url(../images/header/gn_jiritsu_sq_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#gn_srr a{
	left: 300px;
	background-image: url(../images/header/gn_srr_sq_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#gn_research a{
	left: 450px;
	background-image: url(../images/header/gn_research_sq_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#gn_communicate a{
	left: 600px;
	background-image: url(../images/header/gn_communicate_sq_set.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#gn_communicate a:hover{
	background-position: 0px -30px;
}


#gn_research a:hover{
	background-position: 0px -30px;
}


#gn_srr a:hover{
	background-position: 0px -30px;
}


#gn_jiritsu a:hover{
	background-position: 0px -30px;
}


#gn_support a:hover{
	background-position: 0px -30px;
}


/*
	メインセクション
--------------------------------------------------------------------------------*/
#mainsec{
	margin: 10px 0px 0px;
	padding: 0px;
}
/* リンク
........................................*/
a:hover {
	color: #006666;
	text-decoration: underline;
}

a:visited {
	color: #006666;
	text-decoration: underline;
}

#mainsec a:link {
	color: #006666;
	text-decoration: underline;
}

#mainsec a:hover {
	color: #009966;
	background-color: #E8FFE8;
	text-decoration: underline;
}

/*
	コンテンツセクション
--------------------------------------------------------------------------------*/
#contentsec{
	float: left;
	width: 565px;
	padding: 0px 5px 10px 10px;
	margin: 0px;
}
/* 見出し
........................................*/
#contentsec h1{
	font-size: 150%;
	font-weight: normal;
	color: #336633;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/contentsec/contentsec_top3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-bottom: 0px;
}
/* H1装飾
#contentsec .h1_top{
}

#contentsec .h1_middle{
	background-image: url(../images/contentsec/contentsec_middle2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
} */

#contentsec .h1_bottom{
	background-image: url(../images/contentsec/contentsec_bottom2.gif);
	background-repeat: no-repeat;
	height: 8px;
	background-position: left top;
	margin: 0px 0px 0.5em;
	padding: 0px;
}



#contentsec h2{
	font-size: 100%;
	color: #336633;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #65BB55;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

#contentsec h3{
	font-size: 100%;
	color: #336633;
	background-color: #EBF6EE;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
}

#contentsec h4{
	font-size: 100%;
	color: #336633;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
}

#contentsec h5{
	font-size: 100%;
}

#contentsec h6{
	font-size: 75%;
	font-weight: normal;
}

/* 見出し
........................................*/
#contentsec p{
	margin-left: 10px;
}

#contentsec p.color_red{
	font-weight: bold;
	color: #FF0000;
}

#contentsec pre{
	width: 563px;
	font-size:10.5pt;
	white-space: pre-wrap;
	margin-left: 10px;
}

/* テーブル
........................................*/
#contentsec table{
	margin-left: 10px;
	border-collapse: collapse;
	border: 1px solid black;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 10px;
}
#contentsec th{
	padding: 5px;
	border: 1px solid black;
	backgroud-color: #9cc;
	width: 75px;
}
#contentsec td{
	padding: 5px;
	border: 1px solid black;
}

/* リスト
........................................*/
#contentsec ul{
	margin-left: 10px;
}
#contentsec dl{
	margin-left: 10px;
}

/*
	サイドセクション
--------------------------------------------------------------------------------*/
#sidesec{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* アイテムボックス
........................................*/
#sidesec div.itembox{
	background-image: url(../images/sidesec/sidesec_middle.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidesec div.itembox_top{
	background-image: url(../images/sidesec/sidesec_top.gif);
	background-repeat: no-repeat;
	height: 8px;
}

#sidesec div.itembox_bottom{
	background-image: url(../images/sidesec/sidesec_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 10px;
}

#sidesec div.itembox_middle{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidesec p.itembox_title{
	font-size: 100%;
	color: #336633;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #65BB55;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
}
#sidesec div.itembox_middle .position_center a:hover{
        background-color:transparent;
}

/* 更新情報
........................................*/



/*
	フッターセクション
--------------------------------------------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer_body{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65BB55;
	background-color: #E8FFE8;
	padding: 0px;
	margin: 0px 10px;
}

#footer p.copyright{
	color: #666666;
	font-size: 80%;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
}
