/* CSS Document */

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	color: #333333;
	background:  #4AA4E0 url(images/haikei.jpg) repeat-x fixed left top;
	text-align: center;
	font-size: 80%;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0066CC;
	line-height: 1.8em;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF6600;
}

ul li{
	margin:0;
	padding:5px 0;
	list-style-type: square;
	line-height: 1.8em;
}

ol li li{
	margin:0;
	padding:0;
	list-style-type: none;
}



p{
	margin:0;
	padding:0;
	line-height: 1.8em;
}

img {
	border: none;
	vertical-align: top;
}

#container{
	width: 880px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	}
	
.pstyle{
	padding: 5px 0px;

}



/* ヘッダースタイル
---------------------------------------------*/


#logo{
	border-top: 5px solid #0066FF;
	width: 760px;
	padding-top: 15px;
	margin: 0;
}

#headermenu{
	background:  url(file:///E|/Documents%20and%20Settings/Administrator/My%20Documents/%83c%81%5B%83G%83%80%89%BB%90%AC/images/header_haikei.gif) repeat-x;
	width: 370px;
	height:87px;
	color: #FFFFFF;
}

#headermenu li{
	margin-top :15px;
	float :left;
}

#headermenu img{
	margin-right :2px;
	vertical-align: middle;
}

#headermenu a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;

}


/* メインメニュー
---------------------------------------------*/

#globalNav {
	top: 87px;
	left: 9px;
	right: 9px;
	width: 750px;
	height: 35px;
	background-color: #FFFFFF;
}
#globalNav li {
	float: left;
	width: 150px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:35px;
	padding-top: 35px;
	background-image:  url(file:///E|/Documents%20and%20Settings/Administrator/My%20Documents/%83c%81%5B%83G%83%80%89%BB%90%AC/images/mainmenu.gif);
	color: #000000;
}


/* オフマウス
---------------------------------------------*/
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -150px 0; }
	#nav03 a { background-position: -300px 0; }
	#nav04 a { background-position: -450px 0; }
	#nav05 a { background-position: -600px 0; }
	
/* 選択済み
---------------------------------------------*/

	#nav01 a.stay { background-position:  0     -70px; }
	#nav02 a.stay { background-position: -150px -70px; }
	#nav03 a.stay { background-position: -300px -70px; }
	#nav04 a.stay { background-position: -450px -70px; }
	#nav05 a.stay { background-position: -600px -70px; }

/* オンマウス
---------------------------------------------*/

	#nav01 a:hover { background-position:  0     -35px; }
	#nav02 a:hover { background-position: -150px -35px; }
	#nav03 a:hover { background-position: -300px -35px; }
	#nav04 a:hover { background-position: -450px -35px; }
	#nav05 a:hover { background-position: -600px -35px; }
	


/* コピーライト
---------------------------------------------*/
#copy{
	text-align: right;
	padding-bottom: 3px;
	padding-top: 5px;
	border-top: 1px dotted #E6E0D6;
	width: auto;
	margin-bottom: 10px;
	padding-right: 5px;
}

/* トップ
---------------------------------------------*/

#topimage{
}

#topmozi{
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
}

#blog {
	padding-top: 10px;
	padding-left: 20px;

}



/* ページ
---------------------------------------------*/

#navi{
	text-align: right;
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom: 1px dotted #E6E0D6;
	width: auto;
	margin: 10px 0;
	padding-left: 5px;
}


#textlink{
	border-bottom: 1px dotted #666666;
}