/*メモcss*/

body {
	font-family: "Verdana", "Arial", "sans-serif";
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #256afa;
}
a:visited {
	color: #2953a9;
}
a:hover {
	color: #ff44a2;
}
a:active {
	color: #ff668c;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-right: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 750px;
}

/*-----バナー-----*/
#banner {
	background-color: #ffffff;
	background-image: url( title_bg.jpg );
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 100px;
}


#banner a {
	text-decoration: none;
	color: #333333;
}

#banner h1 {
	font-size: 26px;
	color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-left: 10px;
}

#banner h2 {
	font-size: small;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}


/*-----メニュー-----*/
#menu_head {
	font-size: small;
	text-align: right;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu_head a {
	font-weight: bold;
}

#menu_head ul {
	margin: 0px;
	padding: 0px;
}

#menu_head li {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9A6B;
	padding-left: 3px;
	padding-right: 3px;
	display: inline;
}


/*-----左右エリア分け-----*/
#center {
	margin: 0px;
	padding: 0px;
	width: 550px;
	float: right;
	overflow: hidden;
}

#left {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	overflow: hidden;
}


/*-----コンテンツエリア-----*/

.pr {
	background-color: #fcf3dc;
	line-height: 120%;
	padding: 3px;
	margin-bottom: 15px;
}

.path {
	font-size: small;
	background-color: #fff5df;
	margin-top: 0px;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.content {
	font-size: small;
	background-color: #ffffff;
	padding: 10px;
}

.content p {
	font-size: small;
	text-align: left;
	line-height: 135%;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	font-size: x-small;
	font-weight: normal;
	color: #6b4500;
	text-align: right;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.content h3 {
	font-size: small;
	color: #6c4600;
	text-align: left;
	margin-top: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFB935;
	padding-left: 3px;
}

.content p.posted {
	font-size: xx-small;
	color: #cccccc;
	text-align: right;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 3px;
	margin-bottom: 5px;
}

.content p.posted a {
	color: #999999;
}


/*-----サイドバーエリア-----*/
.sidebar {
	padding: 10px;
}

.sidebar h2 {
	font-size: 16px;
	background-image: url( sideh2_bg.gif );
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar li {
	font-size: small;
	background-image: url( arrow.gif );
	background-repeat: no-repeat;
	text-align: left;
	line-height: 135%;
	margin-top: 5px;
	padding-left: 18px;
	list-style-type: none;
}

form {
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}
	

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
}

textarea[id="comment-text"] {
	width: 80%;
}

textarea,select,input {
	font-family: "ヒラギノ明朝 pro w6", "osaka", "ｍｓ ｐゴシック", "trebuchet ms", "trebuchet", "verdana", "arial", "sans-serif";
}



.bottom h2 {
	font-size: small;
	color: #999999;
	background-color: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;}

.bottom li {
	display: inline;
}

.categoryname {
	font-size: small;
	color: #675743;
}

strong {
	font-weight: bold;
	color: #ff3300;
}
em {
	font-weight: bold;
	font-style: normal;
}

.google1 {
	font-size: medium;
	margin-top: 60px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
}

#sidetop {
	font-size: small;
}

#bottombar {
	font-size: small;
	text-align: right;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

address {
	font-size: small;
	font-style: normal;
	text-align: right;
	line-height: 120%;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 5px;
}


