/*---------------
clearfix
---------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
display: inline-table;
overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
overflow:visible;
}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------
default
---------------*/
body,
div,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
form,
imput
hr{
margin:0;
padding:0;
border:0;
}

img {
	display:block;
}

ul {
	list-style-type:none;	
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	color: #333333;
}


.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}

/*---------------
Base Layout
---------------*/
#wrapper {
	width:940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

/*----- header -----*/
#header {
	width: 940px;
	margin-bottom:5px;
}

/* head_menu */
#header #head_menu {
	margin-bottom: 10px;
}

#header #head_menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

#header #head_menu li {
	float: left;
	margin-right: 10px;
	line-height: 27px;
}

.menu {
	MARGIN-BOTTOM: 10px; LINE-HEIGHT: 27px; TEXT-ALIGN: right}

#header .button {
	float: left;
}

#navi{
    width:940px;
    height:13px;
	font-size:12px;
	color:#666666;
	padding:0px;
	}
	
/*---contents---*/



/*--- left ---*/
#left {
	float: left;
	width: 210px;
	padding-right: 10px;
	margin-top:16px;
}


#left A:link { color: #3886B1; text-decoration: none; }
#left A:visited { color: #3886B1; text-decoration: none; }
#left A:hover { color: #CC0000; text-decoration: none; }

#right A:link { color: #3886B1; text-decoration: none; }
#right A:visited { color: #3886B1; text-decoration: none; }
#right A:hover { color: #CC0000; text-decoration: none; }

/* info */
.info{
	width:210px;
}

.infotitle {
	line-height: 30px;
	background-image: url(../img/common/ti_info.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info dd {
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;
	margin-bottom: 10px;
}

.info .photo {
	float: left;
	margin-right: 10px;
	width:80px;
	background-color:#E6E6E6;
	text-align:center;
}

.info .photo img{
	display: inline;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style:none;
	}

.info_more {
	text-align: right;
	margin-bottom: 20px;
}


/* MYcategory */
#categories {
	MARGIN-BOTTOM: 15px; WIDTH: 210px
}
#categories li {
	MARGIN-BOTTOM: 0px;
	padding-top:5px;
	background-position:bottom;
	BACKGROUND-IMAGE:
	url(../img/common/dotline.gif);
	BACKGROUND-REPEAT:repeat-x;
	font-size:12px;
	width:205px;
	padding-bottom:5px;
}
#categories p {
	BACKGROUND-POSITION: left;
	PADDING-LEFT: 27px;
	LINE-HEIGHT: 120%;
	PADDING-top: 4px;
	PADDING-BOTTOM: 4px;
	BACKGROUND-IMAGE:
	url(../img/common/myc_icn2.gif);
	BACKGROUND-REPEAT: no-repeat;
	text-align:left;
}

/*
.mycate{
	width:210px;
	padding-bottom:30px;
}
.mycate dd{
	width:170px;
	line-height: 40px;
	background-image: url(../img/common/myc_icn2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	font-weight: bold;
}
*/

/* YYcategory */
#left #category {
	width: 208px;
	border-bottom: 1px solid #C4C4C4;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	margin: 0px;
}

#left #category dt {
	line-height: 24px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 30px;
	padding-top: 2px;
	width: 178px;
}

#left #category dd {
	font-size: 10px;
	line-height: 1.4em;
	width: 200px;
}

#left #category ul {
	list-style-type: none;
	padding: 5px;
}

#left #category .basic {
	background-image: url(../img/common/ti_basic_Q.gif);
	background-repeat: no-repeat;
}

#left #category .food {
	background-image: url(../img/common/ti_basic_fork.gif);
	background-repeat: no-repeat;
}

#left #category .shopping {
	background-image: url(../img/common/ti_basic_cart.gif);
	background-repeat: no-repeat;
}

#left #category .play {
	background-image: url(../img/common/ti_basic_heart.gif);
	background-repeat: no-repeat;
}

#left #category .work {
	background-image: url(../img/common/ti_basic_pen.gif);
	background-repeat: no-repeat;
}

#left #category .life {
	background-image: url(../img/common/ti_basic_house.gif);
	background-repeat: no-repeat;
}

#left #category .community {
	background-image: url(../img/common/ti_basic_cup.gif);
	background-repeat: no-repeat;
}

/* センターメニュー 一覧のページ*/

.kiji_list{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	width:498px;
	height:110px;
	margin-bottom:10px;
	clear:both;
	}
	
.list_box{
	width:120px;
	height:115px;
	float:left;
	}

.list_box2{
	margin-top:10px;
	width:370px;
	float:left;
	height:15px;
	text-align:left;
	font-size:12px;
	font-weight:800;
	color:#ff0000;
	}
	
.list_box3{
	width:370px;
	float:left;
	/* height:30px; */
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	text-align:left;
	font-size:12px;
	font-weight:800;
	color:#000000;
	line-height:110%;
	margin-top:15px;
	padding-bottom:4px;
	}
	
.list_box4{
	width:370px;
	float:left;
	height:45px;
	margin-top:5px;	
	line-height:135%;
	font-size:12px;
	}
	
	
.list_box4_txt A:link { color: #000000; text-decoration: none; }
.list_box4_txt A:visited { color: #000000; text-decoration: none; }
.list_box4_txt A:hover { color: #ff0000; text-decoration: none; }


.kiji_category A:link { color: #3886B1; text-decoration: none; }
.kiji_category A:visited { color: #3886B1; text-decoration: none; }
.kiji_category A:hover { color: #CC0000; text-decoration: none; }


.page_navi A:link { color: #3886B1; text-decoration: none; }
.page_navi A:visited { color: #3886B1; text-decoration: none; }
.page_navi A:hover { color: #CC0000; text-decoration: none; }

	
	
.list_title A:link { color: #000000; text-decoration: none; }
.list_title A:visited { color: #000000; text-decoration: none; }
.list_title A:hover { color: #ff0000; text-decoration: none; }


.list_box5{
	width:480px;
	height:45px;
	margin-top:5px;
	line-height:135%;
	font-size:12px;
	margin-left:8px;
}
.list_title{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:1.1em;
	padding-top:1px;
}
.list_day{
	font-size:12px;
	font-weight:bold;
	color:#ff9900;
	line-height:1.2em;
	padding-top:1px;
}
.list_ph{
	width:100px;
	margin-left:10px;
	margin-top:15px;
	background-color:ececec;
	text-align:center;
}
.list_ph img{
border-style:none;
	}
	
.list_ph2{
	width:100px;
	background-color:#E6E6E6;
	margin-left:8px;
	margin-right:4px;
	margin-top:20px;
	float:left;
	text-align:center;
	}
	
.page_navi{
	font-size:13px;
	text-align:center;
	margin-bottom:10px;}
	
	
.page_navi A:link{
	color:#333333;
	text-decoration:none;
	}
	
.page_navi A:hover{
	color:#FF0000;
	}
	

	
	


/*--- right ---*/
#right {
	float: left;
	width: 210px;
	padding-left: 10px;
	margin-top:16px;
	margin-bottom:40px;
}

/* user info */
#userinfo{
	width:200px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#userinfo .username {
	font-weight: bold;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
}

#userinfo img {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#userinfo .userprofile {
	line-height: 25px;
	background-image: url(../img/common/userprofile_bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	text-align:justify;
}
#userinfo .usercomment {
	line-height: 25px;
	font-weight: bold;
	background-image: url(../img/common/usercomment_bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	margin-bottom: 10px;
	padding-left: 30px;
	margin-top: 10px;
	text-align:justify;
}
#userinfo dd {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
}

/* ----- calendar ----- */
#calendar{
	width: 208px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#calendar table{
	width:208px;
	text-align:center;
}

#calendar caption{
	background-color: #EFEFEF;
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#calendar caption a{
	padding:0 5px;
	text-decoration: none;
	color: #333333;
}

#calendar .sun{
	color:#FF0000;
}

#calendar .sat{
	color:#3366FF;
}

#calendar td,
#calendar th{
	text-align:center;
	padding: 0;
}

.side_box {
	width: 210px;
	margin-bottom: 15px;
}
.side_box ul {
	margin-top: 10px;
}

.side_title{
	width:210px;
	background-image:url(../img/common/btngr.gif);
	line-height: 37px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 37px;
	text-align: center;
}

.side_list {
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
}

.side_list2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
}

/*.side_more {
	text-align: right;
	padding-top: 5px;
	font-weight: normal;
}*/

.side_search {
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.side_search li {
	margin-bottom: 5px;
}

.yylogo {
	width: 210px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#right .yylogo img {
	margin-right: auto;
	margin-left: auto;
}

#login {
	width: 210px;
}

#login .databox {
	width: 200px;
	margin-bottom: 5px;
}

#login .button {
	float: right;
}


/*--- main ---*/
#main {
	float: left;
	width: 500px;
	margin-bottom:10px;
	
	
}

#list_main {
	float: left;
	width: 500px;
	margin-top:16px;
	
	
}

/* message board */
#main #message {
	background-image:
	url(../img/common/booklist1.gif);
	background-repeat: no-repeat;
	width: 500px;
	margin-bottom: 10px;
	background-position: top;
	padding-top: 50px;
}
#main #message dt {
	width: 480px;
	font-size: 16px;
	font-weight: bold;
	color: #0076BA;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A4D1EB;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#main #message .message_text {
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 480px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-bottom: 15px;
}
#main #message .message_foot {
	background-image:
	url(../img/common/foot_book.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}





/* result */
#main .result {
	background-image: url(../img/common/result_bg.gif);
	background-repeat: repeat-y;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#main .article2_date {
	FONT-SIZE: 10px;
	FLOAT: right;
	MARGIN-BOTTOM:5px;
	margin-right:5px;
	TEXT-ALIGN: right
}

#main .result_title {

	width: 480px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style:solid;
	border-bottom-color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;
}
#main .result_text {
	width: 480px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .result_text img {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main .result_more {
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 480px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#main .result_more a {
	color: #FF0000;
	text-decoration: none;
}
#main .result_foot {
	background-image:
	url(../img/common/result_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	padding-bottom: 20px;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .result_latter {
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 480px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}
#main .result_foot2 {
	background-image: url(../img/common/result_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	padding-bottom: 20px;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
/* comment */
#main .commentbox {
	width: 478px;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#main .title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 14px;
}
#main .midashi {
	margin-bottom: 5px;
	font-weight: bold;
}
#main .commentbox .textdata {
	width: 300px;
	margin-bottom: 10px;
}


#main .commentbox .data {
	margin-bottom: 10px;
}
#main .indication {
	margin-bottom: 15px;
}
#main .indication .text {
	font-size: 10px;
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	margin-top: 5px;
}
#main .commentbox .text_red {
	font-size: 10px;
	color: #FF0000;
	margin-bottom: 20px;
}
#main .commentbox .send {
	text-align: right;
}

/* trackback */
#main .tbbox {
	width: 478px;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
	border: 1px solid #CCCCCC;
}
#main .tb {
	margin-bottom: 10px;
}
#main .tburl {
	background-color: #f4f4f4;
	padding: 5px;
}
#main .tbbox hr {
	height: 1px;
	margin-bottom: 10px;
}

#footer{
	clear: both;
	padding-bottom: 5px;
	padding-top:20px;
	font-size: 12px;
	text-align: center;
	width:940px;
    margin-top:40px ;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#999999;
}

#footer A:link { color: #ff0000; text-decoration: none; }
#footer A:visited { color: #ff0000; text-decoration: none; }
#footer A:hover { color: #3886B1; text-decoration: none; }


.yy_img{
	float:right;
	margin-top:10px;
	margin-bottom:10px;}

.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}

