/* body ********************************************/
body{
	margin:0px;
	padding:0px;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	/*		background-color: #b5000f;*/
}
	
/*wrapall*******************************************/
#wrapall{
	position: relative;
	text-align: left;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/*link********************************************/
a:link { color: #666; text-decoration:none;}
a:visited  { color: #666; text-decoration:none;}
a:hover { color: #333;text-decoration: underline;}

.site a:link{color:#400203; text-decoration:underline;}
.site a:visited {color:#400203; text-decoration:underline;}
.site a:hover{color:#400203;text-decoration:none;}

#service a:link{color:#fff; text-decoration:none;}
#service a:visited {color:#fff; text-decoration:none;}
#service a:hover{color:#fff;text-decoration:underline;}

a.menu:link{color:#fff;	text-decoration:none;background-repeat: no-repeat; padding-top: 5px;background-image: url(../img/menu/menu_on_1.gif);background-position: left;}
a.menu:visited {color:#fff; text-decoration:none;background-repeat: no-repeat; padding-top: 5px;background-image: url(../img/menu/menu_on_1.gif);background-position: left;}
a.menu:hover{color:#ff0;text-decoration:none;padding-top: 5px;background-repeat: no-repeat; background-image: url(../img/menu/menu_on_2.gif);background-position: left;}

a.menu-on:link{color:#ff0; text-decoration:none;padding-top: 5px; background-image: url(../img/menu/menu_on_1.gif)}
a.menu-on:visited {color:#ff0; text-decoration:none;padding-top: 5px;background-image: url(../img/menu/menu_on_1.gif)}
a.menu-on:hover{color:#fff;text-decoration:none;padding-top: 5px;background-image: url(../img/menu/menu_on_1.gif)}

h2 a:link{color:#400203; text-decoration:none;}
h2 a:visited {color:#400203; text-decoration:none;}
h2 a:hover{color:#400203;text-decoration:none;}

.pager a:link{color:#666; text-decoration:underline;}
.pager a:visited {color:#666; text-decoration:underline;}
.pager a:hover{color:#666;text-decoration:none;}

.path a:link{color:#666; text-decoration:underline;}
.path a:visited {color:#666; text-decoration:underline;}
.path a:hover{color:#666;text-decoration:none;}

.responce a:link{color:#333; text-decoration:underline;}
.responce a:visited {color:#333; text-decoration:underline;}
.responce a:hover{color:#333;text-decoration:none;}

.recomd a:link{color:#f30; text-decoration:underline;}
.recomd a:visited {color:#f30; text-decoration:underline;}
.recomd a:hover{color:#f30;text-decoration:none;}

.nickname a:link{color:#C64C00; text-decoration:underline;}
.nickname a:visited {color:#C64C00; text-decoration:underline;}
.nickname a:hover{color:#C64C00;text-decoration:none;}

.member-link a:link{color:#333; text-decoration:underline;}
.member-link a:visited {color:#333; text-decoration:underline;}
.member-link a:hover{color:#333;text-decoration:none;}

.date-on a:link{color:#fff;text-decoration:none; display:block; background-color: #999}
.date-on a:visited {color:#fff; text-decoration:none; display:block; background-color: #999;}
.date-on a:hover{color:#000; text-decoration:none; display:block; background-color: #ccc;}

li a:link{color:#333; text-decoration:underline;}
li a:visited {color:#333; text-decoration:underline;}
li a:hover{color:#333;text-decoration:none;}

.clink a:link{color:#333; text-decoration:underline; border-width: 0px;	text-align: center;}
.clink a:visited {color:#333; text-decoration:underline;border-width: 0px; text-align: center;}
.clink a:hover{color:#333;text-decoration:none;border-width: 0px; text-align: center;}

#footer a:link{color:#ccc; text-decoration:underline;}
#footer a:visited {color:#ccc; text-decoration:underline;}
#footer a:hover{color:#ccc;text-decoration:none;}


/*service*******************************************/

#service {
	font-size: 12px;
	text-align:right;
	padding: 34px 10px 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*header******************************************/

#header { padding: 0px 0px 0px 0px;}

#header .member {
	color:#333;
	font-size:13px;
	line-height:160%;
	margin: 2px;
}
#header .site {
	color:#400203;
	font-size:15px;
	line-height:160%;
	font-weight:bold;
	margin: 2px;
}
#header .describe {
	color:#333;
	font-size:13px;
	line-height:160%;
	margin: 2px;
}
/*menu*******************************************/
#menu {
	height: 28px;
	background-image: url(../img/menu/menu_bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 5px;
}

#menu a{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width:135px;
	display:block;
	float: left;
	padding: 4px;
	margin-left: 6px;
}
/*footer******************************************/
#footer {
	clear: both;
	width:948px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-color: #000;
	border: 1px solid #F8F1DE;
	text-align: right;
	background-image: url(../img/footer/footer_bg.jpg);
}
#footer .siteinfo {
	color: #333;
	font-size: 13px;
	line-height: 180%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
}
#footer .copyright {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 20px;
}

/*others*******************************************/
.em {color: #D95F36;}
.v-mid {vertical-align: middle;}
.center{
	text-align:center;
	margin: 0px;
}
form {font-size: 12px;
	line-height: 120%;
	color: #333333;
	border: 1px solid #849B8C;
	margin: 0px;}
input {color:#333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	margin: 0px;	
    padding-top: 3px;
	}
option {color:#333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	margin: 0px;	
    padding-bottom: 4px;}
/*icons*******************************************/
.ip-1 {
	background-image: url(../img/blog_ip_01.gif);
	background-repeat: no-repeat;}
.ip-2 {
	background-image: url(../img/nav/nav-ip-01.gif);
	background-repeat: no-repeat;}
.ip-3 {
	background-image: url(../img/nav/nav-ip-02.gif);
	background-repeat: no-repeat;}
.ip-4 {
	background-image: url(../img/content/content_ip_01.gif);
	background-repeat: no-repeat;}
.ip-5 {
	background-image: url(../img/blog_ip_06.gif);
	background-repeat: no-repeat;}
.ip-6 {
	background-image: url(../img/content/content_ip_02.gif);
	background-repeat: no-repeat;}
.ip-7 {
	background-image: url(../img/content/content_ip_03.gif);
	background-repeat: no-repeat;}
.ip-8 {
	background-image: url(../img/blog_ip_03.gif);
	background-repeat: no-repeat;}
.ip-9 {
	background-image: url(../img/blog_ip_05.gif);
	background-repeat: no-repeat;}
.ip-10 {
	background-image: url(../img/blog_ip_04.gif);
	background-repeat: no-repeat;}
.ip-11 {
	background-image: url(../img/blog_ip_07.gif);
	background-repeat: no-repeat;}
.ip-12 {
	background-image: url(../img/blog_ip_02.gif);
	background-repeat: no-repeat;}
.ip-13 {
	background-image: url(../img/blog_ip_08.gif);
	background-repeat: no-repeat;}
/*food*******************************************/

.t11 {font-size: 11px;font-family: Arial, Helvetica, sans-serif;color: #666;}
.f-color{color: #FF3300;}
.f-color-02{color: #000;}
.time {	font-size: 15px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;}
.t15 {font-size: 15px;font-family: Arial, Helvetica, sans-serif;color: #666;font-weight: bold;}
.t15-02 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
}

