@charset "utf-8";

/**********************************************************************
AUTHOR          Goto Kazuhito
CSS構成書:
Last Modified: 2009.05.08

***********************************************************************/

/*階層構造図
#wrapper
			#header					width:
				#flashcontent
			#left_contents			width:
				.box01
				.box02
			#right_contents			width:
			#footer					width:
*/




/*-----------------------------------------------------------------------
		ローカルメニュー指定	2009.05.08	Goto Kazuhito
-----------------------------------------------------------------------*/


#left_contents{
	margin:0 0 0 93px;
	_margin:0 0 0 46px;
	width:240px;
	text-align:left;
	float:left;
}


.box01{
	margin:10px 0 0 0;
	padding:3px 0 10px 0;
	width:220px;
	background:url(../images/menu_box.png) left top no-repeat;
}
/*　IE6用　半透明　*/
* html .box01 {
behavior: expression(IEPNGFIX.fix(this));
} 


.box01 ul{
	margin:0 0 50px 30px;
	_margin:0 0 50px 15px;
}

/* リンク指定 */
.box01 .localmenu01 li a:link {
	color: #74effe;
	text-decoration: none;
	font-size:0.8em;
	_font-size:0.7em;
} 

.box01 .localmenu01 li a:visited {
	color: #74effe;
	text-decoration: none; 
	font-size:0.8em;
	_font-size:0.7em;
} 
.box01 .localmenu01 li a:hover {
	color: #74effe;
	text-decoration: underline; 
	font-size:0.8em;
	_font-size:0.7em;
} 
.box01 .localmenu01 li a:active {
	color: #74effe;
	text-decoration: underline; 
	font-size:0.8em;
	_font-size:0.7em;
} 

.localmenu01 li{
	padding:5px 5px 5px 30px;
	width:70%;
	_width:90%;
	background:url(../images/icon/mark01.png) left no-repeat;
	border-bottom:1px dotted #eee;
}

.box01 h2{
	margin:14px 0 0 25px;
	_margin:14px 0 0 12px;
	padding:0 0 2px 20px;
	width:auto;
	background:url(../images/icon/list_01.gif) top left no-repeat;
	color:#eee;
}

.box02{
	margin:20px 0 20px 0;
	padding:3px 0 10px 0;
	width:220px;
	background:url(../images/menu_box.png);
}

/*　IE6用　半透明　*/
* html .box02 {
behavior: expression(IEPNGFIX.fix(this));
} 

.box02 ul{
	margin:0 0 50px 30px;
}

/* リンク指定 */
.box02 .linkmenu01 li a:link {
	color: #74effe;
	text-decoration: none;
	font-size:0.8em;
	_font-size:0.7em;
} 

.box02 .linkmenu01 li a:visited {
	color: #74effe;
	text-decoration: none; 
	font-size:0.8em;
	_font-size:0.7em;
} 
.box02 .linkmenu01 li a:hover {
	color: #74effe;
	text-decoration: underline; 
	font-size:0.8em;
	_font-size:0.7em;
} 
.box02 .linkmenu01 li a:active {
	color: #74effe;
	text-decoration: underline; 
	font-size:0.8em;
	_font-size:0.7em;
} 

.linkmenu01 li{
	padding:5px 5px 5px 30px;
	width:70%;
	background:url(../images/icon/mark02.png) left no-repeat;
	border-bottom:1px dotted #eee;
}



.box02 h3{
	margin:14px 0 0 30px;
	_margin:14px 0 0 15px;
	width:80%;
	color:#eee;
	font-size:0.8em;
}


.box02 h2{
	margin:14px 0 0 25px;
	padding:0 0 2px 20px;
	width:auto;
	background:url(../images/icon/list_01.gif) top left no-repeat;
	color:#eee;
}

/*-----------------------------------------------------------------------
		メインコンテンツ指定	2009.05.11	Goto Kazuhito
-----------------------------------------------------------------------*/

#right_contents{
	width:600px;
	text-align:left;
	float:left;
	
}

#right_contents .box_a {
	display:block;
	margin:10px;
	padding:0 0 20px 0;
	width:555px;
	text-align:left;
	border:1px solid #74effe;
	_text-align:center;
	background:url(../images/contents.jpg) #000 repeat-x top;
}

#no_01 h2{
	display:block;
	margin:13px 379px 15px 75px;
	_margin:13px 189px 15px 37px;
	width:101px !important;
	height:17px;
	background:url(images/title01.png) no-repeat left top;
	text-indent:-9999px;
	float:left !important;
}

/*　IE6用　半透明　*/
* html #no_01 h2 {
behavior: expression(IEPNGFIX.fix(this));
}

/*@clearfix@*/
#no_01:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#no_01{ display:inline-block;}
/* HIdes from IE-mac */
*html #no_01{ height:1%;}
#no_01{ display:block;}
/* End hide from IE-mac */

.box_a img{
	margin:0;
	padding:0;
	display:block;
	width:221px;
	float:left;
}


.link_txt{
	display:block;
	margin:0 15px 40px 0;
	_margin:0 7px 40px 0;
	width:300px;
	float:right;
	color:#74effe;
	line-height:1.8em;
	letter-spacing:0.1em;
	vertical-align:top;
}


.goto01{
	width:auto;
}



/*　バナーコピーの背景　*/
.ba_co{
	margin:0 0 60px 30px;
	clear:left;
}

.ba_co #clipTarget_3{
	display:block;
	padding:10px;
	width:272px;
	height:115px;
	border:1px solid #fff;
	float:right;
	background:#000;
	color:#fff;
	sc
}

#code_cp{
	display:block;
	margin:0;
	width:179px;
	height:42px;
	float:left;
	text-indent:-9999px;
	outline:none;
}

/*　リンクのテーブル　*/



.box_a table{
	margin:0 auto 50px;
	width:90%;
	font-size:0.9em;
	border:2px solid #ccc;
	text-align:center;
	line-height:2.0em;
	letter-spacing:0.3em;
	color: #74effe;
	font-size:0.8em;
}




.box_a table td{
	margin: 0;
	padding: 0.5em 0.7em;
	border: 1px dotted #ccc;
}

.white01{ 
	color: #fff;
}
/*　タイトル　*/
#no_02{
	display:block;
	margin:13px 0 15px 75px;
	_margin:13px 35px 15px 37px;
	width:79px;
	height:20px;
	float:left;
	background:url(images/title02.png) no-repeat top left;
	text-indent:-9999px;	
}
/*　IE6用　半透明　*/
* html #no_02{
behavior: expression(IEPNGFIX.fix(this));
}

#no_03{
	display:block;
	margin:13px 0 15px 75px;
	_margin:13px 35px 15px 37px;
	width:119px;
	height:19px;
	float:left;
	background:url(images/title03.png) no-repeat top left;
	text-indent:-9999px;	
}
/*　IE6用　半透明　*/
* html #no_03{
behavior: expression(IEPNGFIX.fix(this));
}



