@charset "Shift_JIS";
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
}
body {
	/* 黄色 */
	background-color: #6A553E;
	
	/*
	background-image: url(images/back-body.gif);
	*/
	color: #333330;
	padding-top: 10px;
}
h1, h2, h3, dt, th, #totop, #footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #5d3536;
}
h2 {
	color: #F0DDC7;
	margin-top: 28px;
	border-bottom: 2px dotted #d0afb1;
	font-size: 120%;
	font-weight: normal;
}
h3 {
	margin-top: 1em;
	font-size: 120%;
}
p, ul, ol, dl, table { 
	margin-top: 1em;
	margin-bottom: 1em;
}
dt {
	margin-top: 1em;
}
dd, li  {
	padding-left: 2em;
}
table {
	background-color: #55412e;
	font-size: 90%;
}
th, td {
	padding: 6px 8px 4px 8px;
	background-color: white;
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #fffefe;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	background-position: 0 -40px;
}
td p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
a:link {
	color: #993300;
}
a:visited {
	color: #406720;
}
a:hover {
	color: #ff3300;
}

input{
	border: 0px solid #792B38;
	background-color: #F0DDC7;
	font-size: 100%;
}
textarea{
	border: 0px dotted #792B38;
	background-color: #F0DDC7;
	font-size: 100%;
}
input.button{
	border: 1px solid #792B38;
	background-color: #F0DDC7;
	font-size: 100%;
	text-align: center;
}

/* -------------------------------------------  container */
#container {

	width: 900px;
	max-width: 100%;
/*
	background-color: #F9FF83;
*/
	/* 肌色系 */
	background-color: #F0DDC7;
/*
	background-image: url(images/back-container.gif);
	background-repeat: repeat-y;
	background-position: right 0;
*/

}
/* ----------------------------------------------- header */
#header {
	border-top: 2px dashed #6A553E;
	height: 50px;
	margin: 0 0px 0 0;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	list-style-type: none;
}
#logo {
	margin: 0;
	padding: 10px 0 8px 7px;
	font-family: Arial, sans-serif;
}
#logo a {
	line-height: 1;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	color: black;
}
#logo a:link, #logo a:visited {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#mainnav {
	margin: 0 4px 0 0;
	list-style-type: none;
}
#mainnav li {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #9b7071 #573132 #573132 #9b7071;
	padding: 5px 22px 4px 22px;
	background-color: #705536;
	background-image: url(images/back-brown.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	font-size: 80%;
}
#mainnav a:link, #mainnav a:visited {
	color: white;
	text-decoration: none;
}
#mainnav a:hover {
	color: white;
	text-decoration: underline;
}
#breadcrumbs {
	clear: left;
	margin: 0 0px 0 0;
	border-top: 1px solid #d0afb1;
	padding: 5px 0 0 5px;
	line-height: 1;
	font-size: 80%;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 0 0;
	border-bottom: 2px solid #f88589;
	padding: 0 0 6px 10px;
	line-height: 1.2;
	font-size: 180%;
	font-weight: normal;
}

/* ---------------------------------------------- content */

#container_content{

	width: 900px;
	max-width: 100%;
	height : 450px;
	overflow: auto;
	text-align: center;
}


#content_color{
	width: 830px;
	margin-left:auto;
	margin-right:auto;

/*	background-color: #BF475D;		*/
	background-color: #e7b9c1;	
	height: auto;
	overflow: hidden;
	

}
/*台紙用スペーサー*/
div.spacer{
	width: 800px;
	height: 20px;
	
}


#content {
	float: left;
	width: 500px;
	max-width: 100%;
	color:#560407;
	text-align:left;

}
#content * {
	font-size: 75%;
	text-align: left;
	line-height: 1.7;
	margin-left: 12px;
	margin-right: 14px;
}


#content h2 {

	margin-left: 0;
	margin-right: 4px;
	padding-left: 11px;
	padding-right: 13px;
	line-height: 1.2;
	font-size: 150%;
	color: #CF6A3F;
}
#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content p {
	padding: 10px;
}

#content input{
	font-size: 100%;
}
#content textarea{
	font-size: 100%;
}
#content input.button{
	font-size: 100%;
	text-align: center;
}


/*コンテンツ内イメージ*/
#content .image{
	
	width: 200px;
	margin: 20px;
	float: left;
}

/*コンテンツ内フッター*/
#content p.addinfo {
	font-size: 0.7em;
	color: #CE7081;
	padding: 10px;
	text-align: right;
	clear:both;
}


/*コンテンツ内リンク*/
#content a:link,#content a:visited{
	font-size: 1em;
	text-decoration: none;

}

#content a:hover,a:active {
	font-size: 1em;

}

#content * * {
	margin-left: 0;
	margin-right: 0;
}



#content table {
	margin-bottom: 1em;
}
#totop {
	font-size: 80%;
}
#totop {
	text-align: right;
}
#totop a {
	text-decoration: none;
	color: #666655;
}

#content_top {
	float: left;
	width: 450px;
	max-width: 100%;
	color:#560407;

}


/* ----------------------------------------------- subnav */
.subnav {
	float: left;
	width: 330px;
}
.subnav h2 {
	display: none;
}
.subnav * {
	margin-left: 12px;
	margin-right: 4px;
	font-size: 90%;
}
.subnav * * {
	margin-left: 0;
	margin-right: 0;
	font-size: 100%;
}
.subnav table {
	width: 184px;
}
.subnav dl {
	width: 184px;
	background-image: url(images/back-subnav-dl.gif);
	background-repeat: repeat-y;
}
.subnav dt {
	margin: 0;
	padding: 14px 10px 4px 10px;
	background-image: url(images/back-subnav-dt.gif);
	background-repeat: no-repeat;
	line-height: 1.2;
}
.subnav dd {
	padding: 0 10px 20px 10px;
	background-image: url(images/back-subnav-dd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.subnav ul {
	list-style-type: none;
	margin: 0;
}
.subnav li {
	border-top: 2px dotted #d0afb1;
	padding: 6px 0;
}

/*コンテンツ内イメージ*/
.subnav img {

	margin: 30px
}


#topsub{
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	height: auto;
	text-align: center;
}

#topsub dl{
	text-align: center;
	margin:0;
	padding:0;
}

#topsub dt{
	text-align: center;
	margin: 5px auto 0 auto;
	border-bottom: 2px dashed #F8EEE4;
}
#topsub dd{
	text-align: left;
	padding: 0;
	height: 180px;
	width: 360px;
	overflow:auto;
	background-color: #F8EEE4;
	font-size: 70%;
}

#topsub dd h2{
	margin: 5px auto;
	padding-left: 5px;
	color: #9D7E5D;
}

#topsub dd .article{
	margin: 10px;
	color: #AF9275;
}

#topsub dd .hooter{
	margin: 10px;
	text-align: right;
	color: #CDBBA9;
}


/* ----------------------------------------------- footer */
#footer {
	clear: both;
	width: 100%;
}
#footer h2 {
	display: none;
}
#footer ul {
	margin: 0 0 0 0;
	border-top: 2px solid #160f0f;
	border-bottom: 2px dashed #6A553E;
	height: 40px;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	padding: 4px 0 0 14px;
	list-style-type: none;
	line-height: 1.5;
	padding-right: 32px;
	font-size: 80%;
}
#footer li {
	padding: 0;
}
/* ----------------------------------------------- special */
.point{
	background-color: #FFF;

}
#content dl.link{
	margin-top : 20px;
	margin-bottom : 20px;
}
#content dl.link dt{
	font-size: 120%;
	font-weight: bold;
}
#content .link dd.url{
	margin: 0 ;
	padding-left:10px;
	font-size:100%;
}
#content .link dd.url a{
	font-size:100%;
}

#content .link dd.comment{
	margin: 3px 0 3px 10px;
	padding : 3px;
	font-size:100%;
	
	background-color: #f9c5b9;
/*
	border:solid 1px #f4dde0;
	*/
}
