@charset "UTF-8";

/* ---------- public ---------- */
p {
        line-height: 180%;
}

.text {
	padding: 5px;
}

.style1 {
	font-size: 14px;
	color: #4d1b1b;
	line-height: 1.4;
}


.style2 {
	font-size: 12px;
	line-height: 1.3;
	color: #4d1b1b;
}



li{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 20px;
}

table.menu {
  border-collapse: collapse;
  border: 2px outset #604420;
}

table.menu th, table.menu td {
  border: 1px inset #604420;
  padding: 6px; 
}

table.cosme {
	border-collapse: collapse;
	border: 1px outset #604420;
}

table.cosme th, table.cosme td {
	padding: 6px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #604420;
	border-right-color: #604420;
	border-bottom-color: #604420;
	border-left-color: #604420;
}


/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}


body.category{
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	background-color: #FFFFFF;
	background-image: url(images/body_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

a
{
	text-decoration:none;
	color:#572907;
	background-color:transparent;
}




#main-container
{
	width:800px;
	text-align:left;
	color:inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
}



/* ---------- body_end ---------- */

/* ---------- banner ---------- */

#flash
{
	color: inherit;
	height:355px;
}

#flash_entry
{
	color: inherit;
	height:80px;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#flash_innner_entry
{
	color: inherit;
	width:740px;
	height:100px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#navi
{
	color: inherit;
	height:54px;
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#photo
{
	color: inherit;
	height:107px;
	margin-top: 40px;
}


/* ---------- main ---------- */

#main
{
	float:left;
	width: 560px;
	font-size: 0.75em;
	line-height: 1.3;
	padding-top: 40px;
	padding-bottom: 15px;
}

#main2
{
	float:left;
	width: 555px;
	font-size: 0.75em;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 15px;
}

.content
{
	padding-top: 0;
	line-height: 5px;
}


.content a:hover
{
	background-color: #FFCCCC;
	color: #FF3366;
}

.entry_title{
	font-size: 1.4em;
	font-weight: bold;
	color: #5E0000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(images/entry_title.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 25px;
}



/* ---------- main_end ---------- */

/* ---------- menu ---------- */

#right-menu
{
	width:240px;
	float:right;
	padding-top: 40px;
	padding-bottom: 15px;
}

#right-menu2
{
	width:242px;
	float:right;
	padding-top: 10px;
	padding-bottom: 15px;
}

.right-content
{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.right-content2
{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


.sidemenu-in{
	margin: 0px;
	font-size:14px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidemenu-in dl{
padding: 0px;
margin: 0px;
}

.menu-button{
display:block
margin: 0px;
	font-size:14px;
	height: 35px;
}

.menu-button a{
	color:#5E0000;
	text-decoration: none;
	font-size:14px;
	line-height:180%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
	height: 25px;
} 

.menu-button a:hover{
	color:#5E0000;
	text-decoration: none;
} 


/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

#footer
{
	clear:both;
	text-align:center;
	width:100%;
	font-size : 12px;
	background-color: transparent;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 115px;
	background-position: center top;
}

#footer p{
	color: #FFFFFF;
	text-align: left;
}

.footer-in{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	padding-top: 15px;
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 15px;
}

/* ---------- footer_end ---------- */

