* {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
body {
	background-color: #FFF;
	text-align: center;
	background:url(img/bg-sdw.gif) center repeat-y;
}

/*リンク色*/
a {
	text-decoration: underline;
	color: blue;
}
	a:visited {
		color: #3366FF;
	}
	a:hover {
		color: #FF0000;
	}

/*全体の枠*/
#container {
	width:760px;
	position:relative;
	margin:0 auto;
}



/*ページ上部*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	background-repeat: no-repeat ;
	border-bottom:1px dotted #999;
	margin-bottom:20px;
}

	/*タイトル文字*/

	#banner h1 {
		font-family:"HG創英角ｺﾞｼｯｸUB";
		padding: 15px 0px 0px 10px;
		text-decoration: none;
		margin-bottom: 3px;
	}
	#banner h1 a {
		color: #CCC;
		font-size:xx-large;
		text-decoration: none;
	}

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

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

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

/*メイン*/

#center {
	float: right;
	width: 480px;
	text-align: left;
}

.content {
	padding-right:14px;
}
	.content p {
		font-family: Verdana, Arial, sans-serif;
		font-size: medium;
		line-height: 150%;
		text-align: left;
		margin-bottom:1em;
	}

	.content h2 {
		margin:20px 0 0 0;
		font-size:16px;
		padding:8px;
		font-weight:bold;
		border-left:1px solid #EEE;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	p.description{
		margin:0;
		padding:10px;
		border-left:1px solid #EEE;
		border-right:1px solid #CCC;
		border-bottom:1px solid #DDD;
	}

	.content h3 {
		color: #666666;
		font-size:large;
		padding:8px;
		margin-top: 20px;
	}

.ctgy dt {
	padding:8px;
	font-weight:bold;
	font-size:medium;
	text-align:center;
}
.ctgy dt a,.ctgy dt a:visited {
	color: #999;
	text-decoration: none;
}
.ctgy dt a:hover {
	text-decoration: underline;
}
.ctgy dd {
	margin:0;
	padding:4px 8px;
	background-color: #fafafa;
}
.ctgy dd a,.ctgy dd a:visited  {
	color: #999;
	font-size:small;
	margin-right:0.5em;
	padding-left: 16px;
	line-height:1.3em;
}

.large{
	font-size:14px;
	font-weight:bold;
	margin-left:45px;
	margin-bottom:30px;
}

.cat_list dd{
	margin:0 0 20px 20px;
}

/*メニュー部分*/

#side {
	margin-left:14px;
}
#menu {
	float: left;
	margin:20px 0 0 0;
	border:1px solid #CCC;
	width: 250px;
}

#menu h2{
	font-size:14px;
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	text-align:center;
}

#menu h3{
	font-size:medium;
	font-style:bold;
	text-align:center;
	color:#BBB;
	padding:4px 8px;
	border-bottom:1px dashed #CCC;
}

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

#menu ul li{
	font-size: small;
	padding-left:20px;
	text-align:left;
	line-height:1.5em;
	margin-left:12px;
}

#categories ul li ul{
	margin-left:-20px;
	list-style-type:none;
}

#categories ul li ul li{
	border-style:none;
	margin:-0.5em 0 0 20px;
	padding-left:20px;
	font-size: small;
}

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

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

/*XML・検索のテキスト*/
.link-note form {
	font-size: 10px;
	text-align: right;
	color: #1B2C3B;
	margin: 3px 3px 0 0;
	background-color: transparent;
	position:absolute;top:50px; right:15px;
}

#foot {
	text-align: center;
	padding-bottom:4px;
}
#foot p a {
	text-decoration: none;
	font-style:normal;
	color: #CCC;
}
.content h2 { background:url(img/bg-br.gif) left top repeat-x;}
.content h3 { background:url(img/bg-br.gif) left top repeat-x;}
#categories ul li ul li { background:url(img/p-br.gif) left no-repeat;}
ctgy dd a,.ctgy dd a:visited { background:url(img/p-br.gif) left no-repeat;}
#menu h3 { background:url(img/bg-br.gif) left top repeat-x;}
#menu ul li { background:url(img/li-br.gif) left top no-repeat;}
