@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 img {
	display:block;
	margin:10px;
	text-align:left;
}

/*　ページ先頭　*/
p.goto02{
	margin:0 0 0 435px;
	width:156px;
	display:block;
	text-indent:-9999px;
}

p.goto02 a{
	margin:10px 0 5px;
	display:block;
	width:131px;
	height:15px;
	background:url(../images/goto02.gif) top;
	outline:none;
}

p.goto02 a:hover {
    background-position:bottom;
}





