/*
theme name: Sample Theme
theme URL: http://www.asspa.com/wordpress
description: this is my sample theme
*/

/* ---------------
マージン・余白のリセット
--------------- */
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}
/* ---------------
要素の再定義
--------------- */
body  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-attachment: scroll;
	background-image: url(img/top_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
}
.body-foback {
	background-image: url(img/fo_backimg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

table {
	font-size: 12px; /* Dreamweaver cs4 デザインビュー向け bodyのフォントサイズに合わせる。 */
}
/* ie6 only */
* html body {
	font-size: 12px;
}
/* ie7 only */
*+html body  {
	font-size: 12px
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea , input {
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

img {
	border: none;
}
address {
	font-style:normal;
	}


/* リンクの設定 */
a {
outline : 0;
}
a:link,a:visited,a:active {
	border: none;
	text-decoration: none;
	color: #2E76B8;
}
a:hover {
	border: none;
	text-decoration: underline;
	color: #002892;
}


#header {
	display: block;
	margin-bottom: 10px;
}
.header-menu {
	display: block;
}
.header-title {
	display: block;
	margin: 0px;
	height: 70px;
	width: 890px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.header-title-name {
	margin: 0px;
	padding: 0px;
	float: left;
}
.header-title-data {
	display: block;
	margin: 0px;
	height: 60px;
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header-title-data-link {
	margin: 0px;
	float: right;
	background-color: #e5f1f7;
	text-align: center;
	line-height: 1em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 100%;
	font-weight: bold;
}
.header-menu-fo {
	display: block;
	width: 900px;
	height: 92px;
	background-image: url(img/fo_menu.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.header-menu-fo-pan {
	display: block;
	font-size: 10px;
	line-height: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	padding: 0px;
}
#header ul {
	margin: 0px;
	list-style-type: none;
	height: 43px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#header li {
	display: block;
	float: left;
	background-attachment: scroll;
	background-image: url(img/fomenu_border.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 4px;
	margin-right: 4px;
}

#header h1{
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#container h2 {
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}

.contents {
	width: 600px;
	padding: 0px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.contents-box {
	background-attachment: scroll;
	background-image: url(img/contentsbox_02.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6em;
}
.contents-name {
	width: 600px;
	margin-left: 10px;
	float: left;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 0px;
}
.lemenu_list {
	margin-bottom: 10px;
	width: 231px;
	display: block;
	text-align: center;
}
.main  {
	width: 600px;
	background-color: #C0ECCC;
	float: left;
}
.leftmenu {
	width: 260px;
	float: right;
	background-attachment: scroll;
	background-image: url(img/leftmenu_back.gif);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	margin-right: 10px;
	margin-top: 90px;
}
.leftmenu-box {
	background-color: #FFFFFF;
	margin: 6px;
	padding: 8px;
	line-height: 1.5em;
	font-size: 12px;
}
.leftmenu-top {
	width: 260px;
	float: right;
	background-attachment: scroll;
	background-image: url(img/leftmenu_back.gif);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	margin-right: 10px;
}

.post {
	background-color: #E7F1E4;
	padding: 5px;
	margin-bottom: 15px;
}
.postinfo{
	color: #2b76cc;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
}
.pagelink{}
#sidebar {
	background-color: #CCCCCC;
	width: 220px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}


#footer {
	clear: both;
	background-attachment: scroll;
	background-image: url(img/footer_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
	padding-top: 15px;
	margin-top: 10px;
	display: block;
}
.footer-nakami {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 1.4em;
	color: #FFFFFF;
	height: 35px;
}
.footer-copyright {
	float: right;
	text-align: right;
	width: 430px;
	margin-right: 10px;
}
.footer-name {
	float: left;
	width: 420px;
	margin-left: 10px;
}



.clear-float {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
.top {
	display: block;
	clear: both;
	margin-bottom: 15px;
	text-align: right;
}
.conbpx {
	margin-bottom: 10px;
}
.contable-td {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	width: 100px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #cccccc;
	border-bottom-color: #999999;
	vertical-align: top;
}
.contable-td1-5 {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	width: 100px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	vertical-align: top;
}
.contable-td2 {
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}
.contable-td2-5 {
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	vertical-align: top;
}
.contable-waku {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.kakushin {
	list-style-type: decimal;
}
.postinfo {
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
	display: block;
	margin-top: 5px;
	padding: 0px;
}
.text-10 {
	font-size: 10px;
}
.text-12 {
	font-size: 12px;
	line-height: 1.6em;
}
.jise-1 {
	height: 102px;
	width: 183px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.jise-side {
	height: 102px;
	width: 183px;
	float: left;
	margin-bottom: 5px;
}

