@charset "utf-8";
/* CSS Document */

body,div,ul,ol,li,h1,p
	{
	margin: 0;
	padding: 0;
}

body {
	width : 100%;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #968e81;
	line-height: 18px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* link */

a{/*リンクされた文字*/
    color:#968e81;
    font-style:normal;
    text-decoration:underline;
}

a:link {/*未訪問のリンク*/
    color:#968e81;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#968e81;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#968e81;
    font-style:normal;
    text-decoration:none;
}

a:active {/*クリック中*/
    text-decoration:none;
}

/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

/* div_p */

#header {
	width: 100%;
	height: 50px;
	padding: 0;
	background-image: url(../prt/bk_header2.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width : 100%;
	position : relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fffafa;
}

#img_m {
	width: 100%;
	height: 300px;
	background-color: #FFECEC;
	padding-top: 10px;
	border-bottom: #e0d1c3 4px solid;
}

#menu {
	width: 100%;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F6D47;
	border-bottom-color: #7F6D47;
	background-color: #FFECEC;
	overflow: hidden;}

#list {
	width: 900px;
	height: 20px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: xx-small;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#contents {
	width: 900px;
	background-color:#FFFFFF;
	overflow:hidden;
	position : relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}

#main {
	width: 600px;
	height:auto;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

#side {
	width: 250px;
	height: 100%;
	float:left;
	background-color: #f5f5f5;
	border: 1px solid #E8E8E8;
	margin: 10px;
}

#footer {
	width : 100%;
	clear : both;
	background-color: #fffafa;
	color: #968e81;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}

/* div_c */

#main_a {
	width: 572px;
	float:left;
	text-align:left;
	background-color: #f5f5dc;
	border: 1px solid #E8E8E8;
	padding: 10px;
	margin-bottom: 10px;
}

#guide_a {
	width: 290px;
	height: 200px;
	float:left;
	border: thin solid #E8E8E8;
	margin-top: 10px;
	background-image: url(../prt/bk_guide.gif);
}

#guide_b {
	width: 290px;
	height: 200px;
	float:left;
	border: thin solid #E8E8E8;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../prt/bk_guide.gif);
}

#side_a {
	width: 240px;
	float:left;
	text-align:center;
	background-color: #FFFFFF;
}

#side_b {
	width: 240px;
	float:left;
	text-align:left;
	background-color: #FFFFFF;
}

#contents_a {
	width: 560;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 10px;
}

/* img */

img {
	border: none;
	vertical-align:bottom;
}

/* h */

h1 {
}

h2 {
	margin-left: 5px;
}

h3 {
	font-size: 14px;
	color:#7F6D47; 
	line-height: 16px;
	font-weight: bold;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	color: #008b8b;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #008b8b;
}

h5 {
}

h6 {
}

p {
	text-align: left;
	margin-left: 15px;
}

.small {
	font-size: x-small;
}

.title {
	font-size: medium;
	color: #bc8f8f;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #968e81;
}

.box {
	border: 1px solid #E8E8E8;
}

.box2 {
	background-color: #f5f5dc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box3 {
	background-color: #FFECEC;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* text */
.t1 {
	color: #FFFFFF;
}

.t2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #968e81;
	background-color: #ffe4e1;
}

.t3 {
	color: #968e81;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.t4 {
	color: #ff1493;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* etc */

ul {
	padding-top: 5px;
	padding-left: 20px;
}

li {
	margin-bottom: 10px;
	list-style-type: circle;
}

hr {
	border:dashed #6b8e23;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
	margin-top: 20px;
	margin-bottom: 20px;
}

.asta{
	position:relative;
	padding-left:20px;
	line-height:2em;
	}
.asta:before{
	content:url(../prt/asta.png);
	width:16px;
	height:16px;
	position:absolute;
	left:0;
	top:-2px;
}

.after_asta{ margin-left:20px; }


.pink_txt{	background-color: #FFECEC; }

.circle{ color: #947373; font-size:0.9em; display:inline-block; padding:0 0.5em; }