/*---------------
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;
}
A:link { color: #3886B1; text-decoration: underline; }
A:visited { color: #3886B1; text-decoration: underline; }
A:hover { color: #CC0000; text-decoration: underline; }
.clear {
	height:0px;
	clear:both;
	/* display: hidden; */
	line-height:0;
	font-size:0px;
	zoom:1;
}

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

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

.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;
	padding-bottom: 20px;
}
/*----- header -----*/
#header {
	width: 940px;
	margin-bottom:15px;
}
/* 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: 20px;
}
#header .button {
	float: left;
}

/*--- left ---*/
#left {
	float: left;
	width: 210px;
	padding-right: 10px;
}
/* info */
.info{
	width:210px;
}
.infotitle {
	line-height: 30px;
	background-image: url(images/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(images/dotline.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;
	margin-bottom: 10px;
}
.info .photo {
	float: left;
	padding-right: 10px;
}
.info_more {
	text-align: right;
	margin-bottom: 20px;
}




/* MYcategory */
.mycate{
	width:210px;
	padding-bottom:30px;
}
.mycate dd{
	width:180px;
	line-height: 30px;
	background-image: url(images/myc_icn.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	font-weight: bold;
}
/* YYcategory */
#left #category {
	width: 208px;
	border: 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(images/ti_basic.gif);
	background-repeat: no-repeat;
}
#left #category .food {
	background-image: url(images/ti_food.gif);
	background-repeat: no-repeat;
}
#left #category .shopping {
	background-image: url(images/ti_shopping.gif);
	background-repeat: no-repeat;
}
#left #category .play {
	background-image: url(images/ti_play.gif);
	background-repeat: no-repeat;
}
#left #category .work {
	background-image: url(images/ti_work.gif);
	background-repeat: no-repeat;
}
#left #category .life {
	background-image: url(images/ti_life.gif);
	background-repeat: no-repeat;
}
#left #category .community {
	background-image: url(images/ti_community.gif);
	background-repeat: no-repeat;
}

#right .cd_mail {
	width: 210px;
}

/*--- right ---*/
#right {
	float: left;
	width: 210px;
	padding-left: 10px;
}
/* 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(images/userprofile_bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
}
#userinfo .usercomment {
	line-height: 25px;
	font-weight: bold;
	background-image: url(images/usercomment_bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	margin-bottom: 10px;
	padding-left: 30px;
	margin-top: 10px;
}
#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(images/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(images/sidedl_bg.gif);
	line-height: 25px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
}
.side_list {
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	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;
}

#login {
	width: 210px;
	margin-bottom:15px;
}
#login .databox {
	width: 200px;
	margin-bottom: 5px;
}
#login .button {
	float: right;
}

#delivery p {
	padding-bottom: 5px;
}

/*--- add_end ---*/

/*--- main ---*/
#main {
	float: left;
	width: 500px;
}
/* message board */
#main #message {
	background-image: url(images/message_bg.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-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(images/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(images/message_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 35px;
}





/* result */
#main .result {
	background-image: url(images/result_bg.gif);
	background-repeat: repeat-y;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#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;
}
#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(images/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(images/result_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	padding-bottom: 30px;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .result_latter {
	background-image: url(images/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(images/result_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	padding-bottom: 30px;
	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 {
	background-color: #E9E8E8;
	margin-bottom: 10px;
	padding: 10px;
}
#main .indication .text {
	font-size: 10px;
	background-image: url(images/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 {
	width: 930px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .f_navi {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}
#footer .logomark_s {
	float: left;
	margin-right: 5px;
}
#foot_area {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	width: 700px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 5px;
}
#foot_area A:link { color: #003399; text-decoration: none; }
#foot_area A:visited {
	color: #003399;
	text-decoration: none;
}
#foot_area A:hover {
	color: #CC0000;
	text-decoration: none;
}
.foot_new {
    background-image: url(http://www.yyisland.com/s/YYdn01/images/new.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 29px;
    text-indent: -9999px;
    display: inline-block;
    padding-top: 5px;
}



.powered {
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	margin-top: 5px;
}

