@charset "utf-8";
/* CSS Document */

/* =========================================================
 リセット
========================================================= */
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }



/* =========================================================
 ワイヤーフレーム
========================================================= */

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#pan {
	width: 980px;
	font-size: 84%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dotted #CCC;
	margin-top: 5px;
}
#topimg {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: url(../common/bg_side.gif) repeat-y right;
	margin-top: 10px;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
} 

#content #main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#content #side {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background: #FFF;
	padding-bottom: 10px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #999;
	margin-top: 10px;
}
#copy {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
}

/* =========================================================
 header
========================================================= */

/*---------- logo ---------- */
#head #logo {
	height: 69px;
	width: 225px;
	float: left;
}

/*---------- navi ---------- */
#header #navi {
	text-align: right;
}

#header #navi li {
	float: left;
}

/* ClearFix */
#header #navi ul {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#header #navi ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*---------- Gnavi ---------- */
#header #Gnavi {
	clear: both;
	height: 45px;
}
#header #Gnavi li {
	float: left;
}

/* ClearFix */
#header #Gnavi ul {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#header #Gnavi ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* pan
--------------------------------------------------------- */

/* =========================================================
 content
========================================================= */
#content #side ul#menu {
	border-top: 2px solid #CCC;
	margin-bottom: 10px;
}
#content #side ul#menu li {
	border-bottom: 1px solid #DDD;
	line-height: 2.5em;
}
#content #side ul#menu li a {
	background: url(../common/side_menu_icon.gif) no-repeat;
	display: block;
	padding-left: 20px;
}
#content #side ul#menu li a:hover, #content #side ul#menu li a:active {
	background: #e5f4ed url(../common/side_menu_icon-g.gif) no-repeat;
	color: #147843;
	text-decoration: none;
}

#side div#side_name {
	border: 1px solid #CCC;
	padding: 10px 5px 5px 5px;
	margin-top: 20px;
	text-align:center;
}

#side div#side_name img{
	margin-bottom:8px;
}

#side div#side_name p {
	text-align:right;
	padding-right:8px;
	font-size: 0.9em;
	line-height: 1.3em;
}

/* returnTop
--------------------------------------------------------- */
#content .returnTop {
	clear:both;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .returnTop a:link{
}

#content .returnTop a:visited{
}

#content .returnTop a:hover{
}

#content .returnTop a:active{
}
/*---------- textlink ---------- */
ul.list_link {
	margin-left: 1em;
	margin-top: 1.3em;
}
ul.list_link li {
	line-height: 117%;
	padding-left: 1.2em;
	margin-bottom: 0.3em;
	background: url(../common/listmark_link.gif) no-repeat left top;
}

/*---------- sidebanner ---------- */
div#side_banner {
	width: 250px;
}

div#side_banner img {
	margin-top: 5px;
}


/* =========================================================
 footer
========================================================= */
#footer a:link{
	color: #999;
	text-decoration: underline;
}

#footer a:visited{
	color: #999;
	text-decoration: underline;
}

#footer a:hover{
	color: #333;
}

#footer a:active{
	color: #333;
}
