@charset "utf-8";

/*------------------------------------------------------------*/

/*　デフォルト　開始　*/

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

ul {
	list-style-type: none;
}

a {
	color: #CCCC00;
	text-decoration: none;
}

a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

/*　デフォルト　終了　*/

/*------------------------------------------------------------*/

/*　レイアウト　開始　*/

div#header, div#logo, div#pan, div#content, div#pr, div#footer {
	margin: 0 auto;
	text-align: left;
}

div#header, div#logo, div#pan, div#content, div#pr, div#footer {
	width: 700px;
	clear: both;
}

/*　レイアウト　終了　*/

/*------------------------------------------------------------*/

/*　ヘッダー　開始　*/

div#header {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
}

div#header h1 {
	float: left;
	font-size: 80%;
}

div#header p {
	float: right;
	font-size: 80%;
}

/*　ヘッダー　終了　*/

/*------------------------------------------------------------*/

/*　ロゴ　開始　*/

div#logo {
	height: 180px;
	width: 700px;
	margin-bottom: 10px;
	background: url(images/logo.png) no-repeat;
}

/*　ロゴ　終了　*/

/*------------------------------------------------------------*/

/*　パン　開始　*/

div#pan {
	font-size: 80%;
	height: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

/*　パン　終了　*/

/*------------------------------------------------------------*/

/*　コンテンツ　開始　*/

div#content {
}

/*　コンテンツ　終了　*/

/*------------------------------------------------------------*/

/*　メイン　開始　*/

div#content #main {
	float: right;
	width: 520px;
	padding: 10px;
}

div#content #main h2 {
	border-left: 5px solid #CCCC00;
	border-bottom: 1px dotted #CCCC00;
	padding: 5px;
	font-size: 140%;
	margin-bottom: 10px;
	font-weight: bold;
}

div#content #main p {
	letter-spacing: 0.1em;
	line-height: 160%;
}

/*　メイン　終了　*/

/*------------------------------------------------------------*/

/*　メニュー　開始　*/

div#content #menu {
	float: left;
	width: 150px;
	padding-bottom: 10px;
}

div#content #menu .list {
	margin-bottom: 10px;
}

div#content #menu .list li {
	height: 30px;
	width: 150px;
	background: url(images/list-bg.png) no-repeat;
	text-align: center;
}

div#content #menu .list li a {
	color: #FFFFFF;
	display: block;
	height: 22px;
	padding-top: 8px;
}

div#content #menu .list li a:hover {
	text-decoration: underline;
}

/*　メニュー　終了　*/

/*------------------------------------------------------------*/

/*　PR　開始　*/

div#pr {
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#pr a {
	color: #CCCCCC;
}

div#pr a:hover {
	text-decoration: underline;
}

div#pr li {
	display: inline;
	font-size: 70%;
	padding-right: 5px;
}


/*　PR　終了　*/

/*------------------------------------------------------------*/

/*　フッター　開始　*/

div#footer {
	text-align: center;
	font-size: 80%;
	padding-bottom: 5px;
}

div#footer address {
	font-style: normal;
}

/*　フッター　終了　*/


/*------------------------------------------------------------*/
