@charset "euc-jp";
/* CSS Document */

/* これはブラウザ設定のイニシャライズですので、initialize.css的に別ファイルにしたほうがいいかもです*/
p,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	color: #333333;
	/*background: #fff url(../../../images/blue_yajirushi.gif);
	background: #fff;*/

}
/* リンクテキスト */
a:link{
	color: blue;
	text-decoration: none;
}
a:visited{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	background-color:#36F;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: underline;
}
/* 画像(img) */ 

img{
	border: 0;
}

/* 全体のコンテナ */
div#container{
	width:752px;
	height:auto;
	margin: auto;
	padding: 0px 4px 0px 4px;
	background-image: url(../../../images/left.jpg);
	-moz-border-radius: 10px;
	background-repeat:repeat;

}

div#content {
	width: 752px;
	height:auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	background-color: #fff;
}

#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#logo {
	padding: 0px;
	position: relative;
}

div#global-nav{
	width:182px;
	height300px;
	float:left;
	margin-top: -120px;
	padding-left: 10px;
	position: relative;
}

#global-nav ul {
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
#global-nav li {
	margin: 0px;
	float: left;
}

#footer {
	height: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
	float:left;
	position: relative;
}
#footer ul,#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	float: left;
}

HR{
	color: #999999;
	height: 1px; /* 線の太さ */
	border: 1px; /* 枠の太さ */
	border-style: solid; /* 枠の種類 */
}

address{
	clear:right;
	height:16px;
	font-size:x-small;
	font-style:normal;
	text-align:right;
	padding-right: 15px;
	position: relative;

}

/* トピックパス */
#topick-path {
	padding: 20px 0px 0px 15px;
	font-size: 11px;
	color: #686868;
	position: relative;
	width: 752px;
	height: 16px;
	margin-bottom: 5px;
}

#topick-path ul,#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topick-path li {
	float: left;
	margin-right: 5px;
}
#topick-path a, #topick-path a:link, #topick-path a:visited {
}
#topick-path a:hover {
}

div#content2 {
	width: 752px;
	height:auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
	background-color: #fff;
}

