/*  
Version: 1.0
Author: ITO Daisuke@D-mediaCreations Inc.
Author URI: http://d-mc.jp/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVI
	CONTENT
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
body {
	padding:0px 0px 0px 0px;
	margin:0px;
	background: #693;
	color: #333;
	text-align: center;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 14px;
	line-height: 140% ;
	background-image:url(img/bg001.gif);
	background-position:50% 0%;
	background-repeat: repeat-x;
}

#page {
    display:block;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

h1 {
	color: #006;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;

}

h2 {
	color: #063;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    border-bottom: 1px solid #393 ;
}

h3 {
	color: #009;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 2px 5px;
    border-left: 5px solid #399 ;
}

h4, h5 {
	color: #363;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#f16b {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

#f12b {
	color: #393;
	font-size: 12px;
	font-weight: bold;
}

img { border: none;
}

a:link		{ color: #0033ff ; text-decoration:none; }
a:visited	{ color: #ff3300 ; text-decoration:none; }
a:hover		{ color: #CC6666 ; text-decoration:underline; }
a:active	{ color: #CC6666 ; text-decoration:underline; }

#f16b a:link		{ color: #0033ff ; text-decoration:none; font-size: 16px; font-weight: bold;}
#f16b a:visited	{ color: #ff3300 ; text-decoration:none; font-size: 16px; font-weight: bold;}
#f16b a:hover		{ color: #CC6666 ; text-decoration:underline; font-size: 16px; font-weight: bold;}
#f16b a:active	{ color: #CC6666 ; text-decoration:underline; font-size: 16px; font-weight: bold;}

hr { width: 100%;
        height: 2px;
	color: #00f;
}


ul{
	margin: 0px;
	padding: 10px 10px 10px 20px;
    list-style-type: circle;
}

/*	HEADER
-------------------------------------------------*/

#header01 {
	clear: both;
	margin: 0;
	padding: 0px;
	font-size: 10pt;
	text-align: center;
			}

/*	NAVI
-------------------------------------------------*/

#search {
	display:block;
	float:right;
	text-align:right;
	vertical-align:middle;
	width: 290px;
	padding: 20px 10px 0px 0px;
}
		
#navi {
    display:block;
	float:left;
	margin: 0px auto;
	padding: 5px;
	width: 310px;
	background-color: #99cccc;
    font-size:14px;
	line-height:100% ;
}
/*
#navi a:link	{ color: #00d ; text-decoration:none; padding: 5px;}
#navi a:visited	{ color: #00d ; text-decoration:none; padding: 5px;}
#navi a:hover	{ color: #fff ; text-decoration:underline ; background-color: #55d; padding: 5px;}
#navi a:active	{ color: #ccf ; text-decoration:underline ; background-color: #55d; padding: 5px;}
*/
#subnavi {
	float: left;
	width: 170px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-color: #FFFFFF ;
	text-align:left;
}

#subnavi ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
	background: #fff ; 
}

#subnavi li {
	margin: 0px ;
	padding: 3px;
}

#subnavi a {
    display: block;
	width: 154px;
	background: #fff ;
    border-bottom: 2px solid #00f ;
	padding: 3px;
    color: #000 ; text-decoration:none ;
}

#subnavi a:hover {
    display: block;
	width: 154px;
	background: #33d ;
    border-bottom: 2px solid #ccf ;
	padding: 3px;
    color: #fff ; text-decoration:none ;
}

#subnavi a:active {
    display: block;
	width: 154px;
	background: #00d ;
    border-bottom: 2px solid #ccf ;
	padding: 3px;
    color: #ccf ; text-decoration:none ;
}

.gsc-control {
	width: 330px;
	background-color: #fff;
}

#searchcontrol {
	width: 330px;
	background-color: #fff;
}

/*	CONTENT
-------------------------------------------------*/

#main {
    width: 990px;
	margin: 0px auto;
	padding: 5px;
	color:#333333;
}

#flash {
	display: block;
    width: 990px;
	height:450px;
	margin: 0px auto;
	padding: 5px;
}

#content {
	display: block;
	width: 990px;
	height: auto;
	margin: 0px auto;
	padding: 5px;
	text-align:left;
	background-color:#FFFFFF;
}

#content_main {
	display: block;
	float: left;
	width: 660px;
	background-color: #FFFFFF ;
	padding: 5px;
	margin: 0px auto;
	text-align:left;
	font-size:16px;
}

#content_index {
	display: block;
	float: left;
	width: 980px;
	background-color: #FFFFFF ;
	padding: 5px;
	margin: 0px auto;
	text-align:left;
	font-size:16px;
}

#content2left {
	display: block;
	float: left;
	width: 360px;
	height: auto;
	padding: 10px;
	margin: 0px auto;
	background-color: #fff ;
	text-align:left;
}

#content2right {
	display: block;
	float: left;
	width: 580px;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	background-color: #fff ;
	text-align:left;
}

#content1 {
	display: block;
	float: left;
	width: 770px;
	height: auto;
	background-color: #FFFFFF ;
	padding: 10px;
	margin: 0px auto;
	text-align:left;
}

#content1link {
	display: block;
	float: left;
	width: 770px;
	background-color: #FFFFFF ;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
}

#content3right {
	display: block;
	float: left;
	width: 450px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto;
	background-color: #ccccff ;
	text-align:left;
}

#top{
	margin: 0px;
	padding: 10px 0px 10px 0px;
    list-style-type: none;
}

#block01 ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
	background: #fff ; 
}

#block01 li {
	margin: 10px 5px 20px 5px ;
	padding: 5px;
    border: 2px solid #66f ;
    list-style-type: none;
}

#block01 a {
	font-size: 16px;
	font-weight: bold;
}

#block02{
	margin: 0px;
	padding: 10px;
	border-bottom-style: solid ;
	border-bottom-color: #66f ;
	border-bottom-width: medium ;
}

#block02center{
	margin: 0px;
	padding: 10px;
	border-bottom-style: solid ;
	border-bottom-color: #66f ;
	border-bottom-width: medium ;
	text-align:center;
}

#indent {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px;
	clear:both;
}

#indent_right {
	display: block;
	float: right;
	margin: 0px;
	padding: 5px;
	text-align: right;
	clear:both;
}

#data table {
	margin: 0px;
	padding: 5px;
	width: 640px;
	color: #333333;
	background-color: #fff;
}

#data th {
	margin: 0px;
	padding: 5px;
	width:115px;
	color: #000066;
	background-color: #CCCC99;
	font-size: 14px;
	text-align:center;
}

#data td {
	margin: 0px;
	padding: 5px;
	color: #333333;
	background-color: #fff;
	font-size: 14px;
}


/*	FOOTER
-------------------------------------------------*/


#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px 0px 10px;
	font-size: 10pt;
	text-align: left;
	line-height: 100% ;
	height:80px;
	color:#FFFFFF;
	background-image:url(img/footer001.gif);
	background-position:50% 100%;
	background-repeat: no-repeat;
}


#footer a:link		{ color: #ffffff ; text-decoration:none; }
#footer a:visited	{ color: #ffffff ; text-decoration:none; }
#footer a:hover		{ color: #CC6666 ; text-decoration:underline; }
#footer a:active	{ color: #CC6666 ; text-decoration:underline; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
