/* CSS Document */

@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	font-size: 12px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}

img {
	border: none;
	margin-top: 10px;
}

/* リンク
---------------------------------------------*/
a {
	text-decoration:none;
}

a:visited {
	color:#3300FF;
	background: transparent;
	text-decoration:none;
}


/* 全体の位置
---------------------------------------------*/
#header{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 90px;
	padding: 0;
	background:url(../menu/images/head.gif) no-repeat;
}

#main{
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	height: 800px;
	width: 500px;
	background-color:#CCCCCC;
	background:url(../images/bg.gif) repeat;
}

/* 幅可変の2段組レイアウト
---------------------------------------------*/


/* ロゴ
---------------------------------------------*/


/* グローバルナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/global_nav.gif) left top no-repeat;
	margin-top: 10px;
}
#globalNav li {
	float: left;
	width: 100px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image: url(../images/global_nav.gif);
	color: #FFFFFF;
}
/*  背景画像の位置
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -100px 0; }
	#nav03 a { background-position: -200px 0; }
	#nav04 a { background-position: -300px 0; }
	/* オンマウス */
	#nav01 a:hover { background-position:  0     -50px; }
	#nav02 a:hover { background-position: -100px -50px; }
	#nav03 a:hover { background-position: -200px -50px; }
	#nav04 a:hover { background-position: -300px -50px; }
	

/* 要素
---------------------------------------------*/
#info {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #333333;
	}


/* パンくずリスト
---------------------------------------------*/


/* 本文
---------------------------------------------*/
h1{
	margin-bottom: 10px;
}

p.info{
	margin-bottom: 20px;
	width: 380px;
	height: 40px;
	border: solid 1px #000000;
	padding: 7px;
	text-align: left;
	}

p.text{
	margin-bottom: 5px;
	width: 380px;
	height: 20px;
	text-align: left;
	}
	
p.link{
	margin: 20px 0 5px 50px;
	font-size: 14px;
	width: 380px;
	text-align: left;
	}
	
/* リスト
---------------------------------------------*/


/* テーブル
---------------------------------------------*/
table {
	margin: 10px 0 5px;
	}

table td{
	height: 25px;
	text-align: left;
		}