/* ==============================
	base.css
============================== */

/*
===== 初期設定 ===========================================
*/


html{
	font-size:62.5%;
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	color: #333333;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #92C9C4;
	scrollbar-track-color: #F0F0F0;
	scrollbar-darkshadow-color: #cccccc;
}

dl {
	display: block;
	margin: 0;
	padding: 0;
}

dt{
	display: block;
	width: auto;
	margin: 10;
}

dd{
	display: block;
	margin: 10;
	padding-left: 20;
}

h1{
	margin: 0;
	padding: 0;
}

h2{
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	line-height:0;
}

h3.title{
	margin: 0;
	padding: 20;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #699;
}

h4{
	margin:0;
	padding:0 0 20px 0;
}

h5, h6{
	font-size:1.0em;
	margin:0;
	padding:0;
}


img {
	border:0;
}

a{
	color: #336666;
	text-decoration: underline;
}

a:visited{
	color: #669999;
}

a:hover{
	color: #6666CC;
}

a:hover img {
  filter: Alpha(Opacity=60)
}
  
a:active{
	color: #6666CC;
}



/*
===== クリアハック ===========================================
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom:100%;
	/*overflow:hidden;*/
}


/*
===== クリアボックス =========================================
*/

.clearbox {
	height: 0%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}


/* ==============================
	layout.css
============================== */



ul#header_navi li.navi01 ul{
	position:absolute;
	display:block;
	z-index:100;
	margin:0 0 0 0;
	padding:0;
	line-height:0;
	font-size:0;
	list-style:none;
	border:1px solid #c5c5c5;
	background:#FFFFFF;
	display:none;
	
}
ul#header_navi li.navi01 ul li{
	float:none;
	padding:0;
}
ul#header_navi li.navi01 ul li img{
}
ul#header_navi li a{
	display: block;
}



/* 全体幅 */

#head_wrapper{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/header_e/bg_head.jpg);
	background-repeat: repeat-x;
	height: 182px;
}

#topswf_wrapper{
	width: 100%;
	background-image: url(../img/parts/bg_photo.jpg);
	background-repeat: repeat-x;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#titlephoto_wrapper{
	width: 100%;
	background-image: url(../img/parts/bg_photo.jpg);
	background-repeat: repeat-x;
	height: 190px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#container{
	/* [disabled]clear: both; */
	text-align: left;
	width: 970px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#page{
	margin-top:15;
	margin-bottom:15;
}

#bottom_wrapper{
	width: 100%;
	background-image: url(../img/footer/bg_bottom.gif);
	background-repeat: repeat;
	height: 100px;
}


/* ヘッダ */

#header{
	width: 970px;
	padding-top: 7px;
}

#header h1{
	float: left;
	width: 452px;
	height: 94px;
	font-size: 0;
}

#header_parts{
	float: right;
	width: 395px;
	height: 110px;
}


/* ヘッダーナビ */

#common_header{
	width: 100%;
	height: 35px;
	background: url(../img/navi_back.gif) repeat-x top left;
	line-height: 0;
	font-size: 0;
	text-align: left;
}

#common_header img.common_title{
	float:left;
	width:121px;
	height:25px;
}

#common_header ul#common_navi{
	float: right;
	width: 395px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#common_header ul#common_navi li{
	float: left;
	display: block;
}

#common_header ul#common_navi li img{
	border:none;
}

#common_header ul#common_navi li.common_navi01{
	width: 100px;
}

#common_header ul#common_navi li.common_navi02{
	width: 100px;
}

#common_header ul#common_navi li.common_navi03{
	width: 90px;
}

#common_header ul#common_navi li.common_navi04{
	width: 105px;
}

#common_header ul#common_navi li.common_navi05{
	width:98px;
}

#header_parts .fontsize {
	background-image: url(../img/header_e/bg_fontsize.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 6px;
}



/* グローバルナビ */

ul#global_navigation{
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/header_e/bg_globalnavi.jpg);
}
ul#global_navigation li{
	float:left;
	margin:0;
	padding:0;
}


/* コンテンツ2分割 */

#column_01{
	float: left;
	width: 480px;
	/* [disabled]margin: 0 10px 0 5px; */
}

#column_02{
	float: right;
	width: 460px;
}



/* フッター */

#foot_wrapper{
	width: 100%;
	background-image: url(../img/footer/bg_foot.jpg);
	background-repeat: repeat-x;
	visibility: inherit;
}

#footer{
	clear: both;
}

#bottom{
	clear: both;
	width: 910px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999999;
	text-align: right;
	vertical-align: text-top;
}

#footer .foot_line {
	background-image: url(../img/footer/line_foot.gif);
	background-repeat: repeat;
	width: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer .foot_txt {
	font-size: 100%;
	color: #FFF;
	/* [disabled]vertical-align: text-top; */
	/* [disabled]width: 25%; */
	padding-right: 10px;
	padding-left: 25px;
	text-align: right;
	white-space: nowrap;
}

#footer .foot_txt a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .foot_txt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .foot_txt strong {
	font-size: 14px;
}


/*google検索フォーム*/

form {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}

form div.forms{
	font-size: 0;
	line-height: 0;
	background-image: url(../img/header_e/bg_google.gif);
	height: 42px;
	width: 230px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

form div.forms input{
	padding:0;
	margin:0;
	vertical-align:middle;
}

form div.forms .left{
	_margin-left:-3px;/* for WinIE6 */
}

form div.forms input.googlesearch{
	width: 90px;
	height: 13px;
	_margin: 1px 3px 0 0;/* for WinIE6 */
	_width: 131px;/* for WinIE6 */
	_height: 17px;/* for WinIE6 */
	font-size: 12px;
	display: inline;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 3px;
}

form div.forms input.searchb{
	padding: 0;
	width: 35px;
	display: inline;
}

form div.forms input{
	padding: 0;
	margin: 0;
}


/* ==============================
	parts.css
============================== */



/*
===== 共通 ===========================================
*/


.clear_both {
	clear: both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align: center;
	vertical-align: middle;
}



/*
===== hタグ ===========================================
*/


h2.page{
	margin:0;
	padding:0;
}
h3.index{
	margin:0;
	padding:0;
}




/*
===== ページの先頭へ ===========================================
*/

.gotop{
	text-align: right;
	bottom: 20px;
}


/*
===== 文字 ===========================================
*/
.sup {
vertical-align: super;
}



/*
===== メイン：第一階層インデックス（グローバル） ===========================================
*/

table#globalindex {
	border-collapse:collapse;
}
	
td.globalindex {
	background-image: url(../img/parts/bg_globalindex.gif);
	background-repeat: repeat-y;
}

div#globalindex {
	background-image: url(../img/parts-e/bg_globalindex.gif);
	background-repeat: repeat-y;
	width: 420px;
	padding: 15px;
	display: inherit;
	/* [disabled]margin-top: 15px; */
}

p.indexspace {
	height: 0px;
}
#column {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
