* {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
body {
	margin:0px 0px 0px 0px;
	background-image: url(img/bg2.gif) ;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;  
	font-weight:normal;
}

/*リンク色*/
a {
	text-decoration: underline;
	color: #333366;
}
	a:visited {
		color: #333366;
	}
	a:hover {
		text-decoration: underline;
		color: #CC0000;
	}

/*全体の枠*/
#container {
	background: #FFF;
	width:730px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:solid 8px #ffe4c4;
}

/*ページ上部*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	background: url(img/banner2.jpg) ;
	background-repeat: no-repeat ;
 	background-position: right;
	padding: 20px 0px 0px 14px;
	margin-bottom: 0em;
	border-bottom: solid 8px #ffe4c4;
	filter: Alpha(opacity=100, finishopacity=90, style=2, startx=0, starty=0,  finishx=0, finishy=150);
}

	/*タイトル文字*/

	#banner h1 {
		font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
		font-size:30px;
		text-decoration: none;
		margin-bottom: 5px;
 		line-height: 30px;
	}
	#banner h1 a {
		color: #d2691e;
		text-decoration: none;
	}

	/*サブタイトル文字*/

	#banner h2 {
		font-size:large;
		padding: 0px 0px 0px 15px;
	}

.pr {
	text-align:left;
	margin-left:14px;
}

/*メイン*/

#center {
	float: right;
	width: 490px;
	font-size:12px;
	text-align: left;
}

.content {
	padding-right:14px;
	padding-bottom:20px;
}

	.content p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 13px;
		line-height: 140%;
		text-align: left;
		margin-top:0px;
		margin-bottom:20px;
		padding-left: 0px;

		word-break:break-all;
		overflow: auto;
	}

	.content h2 {
		color: #CC0000;
		font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
		font-size:16px;
		margin:0px 0 15px 0;
		padding:3px 8px 3px 8px;
	}

	p.ads {
		color: #CCCCCC;
		margin:0px;
		font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
		font-size:11px;
	}

	p.description{
		font-size:13px;
		line-height: 140%;
		margin-bottom:20px;
		padding-left:0px;
		padding-right:0px;
	}

	.content h3 {
		color: #CC0000;

		font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
		font-size:16px;
		margin:30px 0 15px 0;
		padding:3px 8px 3px 8px;
	}

	p.ad {
		color: #CC0000;
		margin:0px 0 5px 0;
		font-size:16px;
		font-weight:bold;
		padding:8px;
	}

.ctgy dt {
	color: #333366;
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:1.85em;
}
.ctgy dt a,.ctgy dt a:visited {
	text-decoration: none;
		color: #333366;
}
.ctgy dt a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.ctgy dd {
	display:  inline;
	font-size:12px;
	line-height: 140%;
	margin-bottom:25px;
	padding-left:0px;

}
.ctgy dd a,.ctgy dd a:visited  {
	text-decoration: underline;
}
.ctgy dd a:hover {
	text-decoration: underline;
}
.large{
	font-size:12px;
	font-weight:bold;
	margin-left:45px;
	margin-bottom:0px;
}


/*メニュー部分*/

#side {
	margin:0px 0px 0px 14px;
	font-size:12px;
}

#menu {
	float: left;
	margin:0px 0px 0px 0px;
	width: 200px;
}

#menu h2{
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#menu h3{
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	font-size:14px;
	font-style:bold;
	line-height: 1.8em;
	text-align:center;
	color:#BBB;
	padding:0px;
	border-bottom:1px dashed #FFF;
	margin:30px 0px 15px 0px;
}

#menu ul{
	margin:15px 0px 15px 0px;
	padding-bottom:0px;
	list-style-type:none;
}

#menu ul li{
	background: #f5f5f5;
                border-left: solid 8px #eaf8b3;
	font-size: 12px;
	padding: 3px 0px 3px 6px;
	text-align: left;
	line-height: 1.4em;
	margin-left: 0px;
}

#categories ul li {
	margin-left:0px;
}

#categories ul li ul li{
	border-style:none;
	margin: 0 0 0 0;
	padding-left:0px;
	line-height:100%;
	font-size: 12px;
}

.c{
	padding-left:14px;
	padding-right:14px;
	text-align:left;
}

/*XML・検索のテキスト*/
.link-note form {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #8fbc8f;
	background-color: transparent;
	margin:10px 0px 30px 0px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height: 140%;
	color: #7a818e;
	background-color: #FFFFFF;
	font-weight:normal;
	text-align:left;
	padding:20px 20px 7px 10px;
}

.photo {
	text-align: left;
	margin-bottom: 0px;
}

#foot {
	text-align: center;
	font-size:12px;
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	margin:2px 3px 8px 3px;
}
#foot p a {
	text-decoration: none;
	font-style:normal;
	color: #CCCCCC;
}

#banner h1 a, #menu * { 
	color: #b22222;
}
.content h2, .content h3, p.ad,
#menu h2,#menu h3 {
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	background: url(img/h2.gif) repeat-x;
	color: #CC6666;
}
p.tpass {
	background: #f5f5f5;
	border:1px solid #f5f5f5;
	font-size: 12px;
	text-align:left;
	margin:10px 0px 0px 0px;
	padding:2px 8px;
}