* { margin: 0; padding: 0; }

body {
	color: #333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1 {font-size: 1.5em;}

.d_genre {
	outline : none;
	font-size:14px;
	width:330px;
	resize: none;
	border:1px solid #FF8C00;
	padding: 10px;
	margin:5px;
	background-color: #ffffff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}

.dropdown {
	font-size:14px;
	width:230px;
	resize: none;
	border:1px solid #cccccc;
	padding: 10px;
	margin-left:20px;
	background-color: #ffffff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}

textarea#htmedit {
	line-height:150%;
	margin-top:0px;
	margin-left:20px;
	font-size:14px;
	vertical-align: top;
	resize: none;
	width: 580px;
	height: 300px;
	border: 1px solid #cccccc;
	background-image: url(../img/write_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	zoom: 1;
	}
textarea#textedit {
	line-height:150%;
	margin-top:0px;
	margin-left:20px;
	font-size:14px;
	vertical-align: top;
	resize: none;
	width: 580px;
	height: 300px;
	border: 1px solid #cccccc;
	background-image: url(../img/write_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	zoom: 1;
	}

.cap{
	color:#333333;
	font-size: 13px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	}

.capyoutube{
	font-size: 11px;
	margin-bottom: 0.5em;
	margin-left: 8.5em;
	}

.cap_r{
	color:#333333;
	font-size: 13px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	}
.cap_b{
	color:#333333;
	font-size: 13px;
	margin-bottom: 0.5em;
	margin-left: 7em;
	}
.atention_r{
	color:#666666;
	font-size: 13px;
	margin-bottom: 0.5em;
	text-align:right;
	}

#tab {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
	height: 2.5em;
	overflow: hidden;
	}
#tab li {
	margin-right: 1em;
	float: left;
	width: 100px;
	height: 2.5em;
	}
#tab li a {
	padding-top:7px;
	display: block;
	width: 100px;
	height: 2.5em;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:12px;
	color: #777;
	text-align: center;
	}

#tab li a:hover,
#tab li.present a {
	border-color: #333;
	color: #000;
}


#text, #html, {
	margin-bottom: 12em;
	padding-top: 1em;
}

span.brown{
	color:#993300;
	}
	
p {
	margin:0 0 10px 0;
	padding:0;
	}

	
		
		
			
textarea#onelinestyled {
	margin-top:0px;
	margin-left:20px;
	font-size:14px;
	vertical-align: top;
	resize: none;
	width: 580px;
	border: 1px solid #cccccc;
	padding: 5px;
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	zoom: 1;
	}

textarea#styled {
	vertical-align: middle;
	resize: none;
	overflow:auto;
	width: 400px;
	border: 1px solid #cccccc;
	background-image: url(../img/write_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 2em;
	height: 250px;
	}

textarea#commentstyled {
	margin-left:10px;
	margin-right:10px;
	vertical-align: middle;
	font-size:13px;
	resize: none;
	overflow:auto;
	width: 430px;
	height: 100px;
	border: 1px solid #cccccc;
	background-image: url(../img/comment_write_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	}
			
			

.str{
	margin-top:5px;
	line-height:120%;
	margin-left:105px;
	font-size: 12px;
	vertical-align:0.5em;
	}

.error_d{
	line-height:150%;
	margin-left:20px;
	margin-bottom:1px;
	padding:2px;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	}

.error_layout{
	line-height:150%;
	margin-bottom:1px;
	padding:2px;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	}

.err_comment{
	line-height:150%;
	margin-left:10px;
	margin-bottom:1px;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#FF0000;
	}


.layout_b{
	line-height:150%;
	margin-bottom:1px;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}


/* ここからカレンダー */
table.weekname {
	color: #999999;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	width: 150px;
	height: 20px;
}
table.weekname td {
	text-align: right;
}
/* 日曜日 */
table.weekname td.sunday {
	color: #E697AE;
}
/* 土曜日 */
table.weekname td.saturday {
	color: #9EBECB;
}
/* カレンダー */
table.calendar {
	color: #999999;
	font-family: Verdana, "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 9px;
	width: 150px;
}
table.calendar td {
	text-align: right;
	padding: 2px 0px;
}
/* 日付セル */
table.calendar td.cell {
}
/* 月移動セル */
table.calendar td div.calendar_month {
	letter-spacing: 1px;
}
/* 今日の文字 */
span.today {
	background-color: #FF8C00;
	color: #FFFFFF;
}
/* 月間リンク色 */
.calendar a {
	color: #FF8C00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
.calendar a:link {
	color: #FF8C00;
}
.calendar a:hover {
	background-color: #FF8C00;
	color: #FFFFFF;
}
/* 月移動リンク色 */
.calendar div.calendar_month a {
	text-decoration: none;
}
.calendar div.calendar_month a:link,
.calendar div.calendar_month a:visited {
}
.calendar div.calendar_month a:hover {
}

.button{
	text-decoration: none;
 /*Change the em value to scale the button*/
	display: inline-block;
	text-align: center;
	color: 	#696969;
	border: 1px solid #9c9c9c;
 /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
.button, .button span{
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.button span{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	/* Fallback style */
	display: block;
	padding: 0.25em 0.8em;
	font-weight: bold;
}
.button:hover{
    text-decoration: none;
     box-shadow: 0 0 .1em rgba(0,0,0,0.4);
     -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
     -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
 }
.button:active{
/* When pressed, move it down 1px */
	position: relative;
	top: 1px;
}
.button-base{
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFFFFF) );
	background: -moz-linear-gradient(-90deg, #F5F5F5, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#FFFFFF');
}
.button-base:hover{
	background: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5) );
	background: -moz-linear-gradient(-90deg, #FFFFFF, #F5F5F5);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F5F5F5');
}
.button-base:active{
	background: #FFFFFF;
}


#main_nav{
    background-color: #ffffff;;	
} 


#main_nav ul{
	padding-top: 10px; 	
	padding-bottom: 10px; 	
	border-bottom:1px dotted #999999;
} 

#main_nav ul li {
    display: inline; 	
    margin-right: 1em;
	font-size:13px;
    text-decoration: none;
    } 

#main_nav ul li.right{
    margin-right: 0.5em;
	padding-top: 10px; 	
	text-align:right;
    display: inline-block; 	
    margin-left: 10em;
	}

.d_tittle{
    margin-left: 0.5em;
    margin-right: 0.5em;
	padding-top: 10px; 	
	font-size:15px;
	font-weight:bold;
	}

.d_tittle a{
	color:#0040E0;
	}

.text{
	text-align:right;
    margin-left: 15px;
    margin-right: 15px;
	padding-top: 5px; 	
	line-height:150%;
	font-size:13px;
	}

.text_l{
	text-align:left;
    margin-left: 15px;
    margin-right: 15px;
	padding-top: 5px; 	
	line-height:180%;
	font-size:14px;
	}

.right{
    margin-right: 1em;
	text-align:right;
	font-size:11px;
	}

#main_nav ul li a { 
} 

#main_nav ul hover{ 
    background-color: #ffffcc;	
}

#main_nav ul li a:hover{ 
    background-color: #ffffcc;	
}

.f {
	color: #333333;
	background-color: #fff;
	margin-right:10px;
	font-size:13px;
	text-align:right;
	}


/* ダイアリーindex枠 */
.diary_layoutbox{
	margin-bottom:15px;
	width:900px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	}

h1.user_tittle{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-top:60px;
	padding-left:45px;
	font-size:24px;
	font-weight:bold;
	}

h2.user_subtittle{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-left:45px;
	font-size:17px;
	width:300px;
	line-height:180%;
	}

.diary_centerbox{
margin:0;
padding:5px;
width:660px;
display: inline-block;
/display: inline;
/zoom: 1;
vertical-align:top;
}


.diary_centerbox div.tittle{
margin-left:15px;
margin-bottom:15px;
padding:2px;
margin:0;
font-size:16px;
color:#696969;
}


.diary_centerbox div.subtittle{
margin-left:15px;
margin-bottom:15px;
padding:2px;
margin:0;
font-size:14px;
font-weight: bold;
color:#000000;
}

.diary_centerbox div.body{
margin-left:15px;
margin-bottom:15px;
padding:2px;
margin:0;
font-size:12px;
color:#696969;
line-height:150%;
}

.diary_rightmenu{
padding:5px;
width:200px;
display: inline-block;
/display: inline;
/zoom: 1;
margin-left:auto;
margin-right:auto;
font-size:100%;
vertical-align:right;
}



.diary_rightmenu div.tittle{
margin-left:5px;
font-size:11px;
color:#696969;
}
/* ダイアリーindex枠　　終 */


.diary_box{
	width:650px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#ffffff;
	}

.diary_box:hover{
	}

.index_line {
    font-size: 17px;
    border-left: 8px solid #FF8C00;
    border-bottom: 1px solid #FF8C00;
    padding:10px;
    margin-bottom: 15px;
    color: #555;
    }

.index_tittle {
    margin-left:0px;
    font-size: 16px;
    margin-bottom:5px;
    margin-top:10px;
    }

.index_tittle a{
	color:#0040E0;
    }

.index_txt {
	line-height:200%;
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin-left:0px;
    }

.index_name {
    font-size: 11px;
    padding: 0 0 20 24px;
    color: #3f3f3f;
    text-align: right;
	margin-top:5px;
    margin-right:5px;
    }


.kaijyo{
	clear: both;
	}

#pic_menu ul{
	table-layout:fixed;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
    width: 100%;
    margin-top:0;
    list-style: none;
    padding-bottom:10px;
    }

#pic_menu img{
	text-align:center;
	width:180px;
	height:150px;
	border:0px;
	margin:0px;
	}

#pic_menu li{
	overflow:hidden;
	display: table-cell;
	background:#f5f5f5;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px;
	text-align: center;
	-moz-box-shadow: 2px 2px 2px #DDD;
	-webkit-box-shadow: 2px 2px 2px #DDD;
    }

#pic_menu li:hover{
	background-color:#ffffcc;
}


#pic_menu p{
    clear:both;
    border-left: 0px;
    font-size: 10px;
    margin-left:5px;
    margin-top:5px;
    text-align: right;
    }
	
#pic_menu a{
	color:#0040E0;
    text-align: right;
    }

#diary_searchform {
    border: 1px solid #FF8C00;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
	}

input#submit_button {
 	border-radius: 0;
 	-webkit-box-sizing: content-box;
 	-webkit-appearance: button;
 	appearance: button;
 	border: none;
 	box-sizing: border-box;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 60px;
	height: 30px;
	font-size:14px;
	background-color:#FF8C00;
	color:#FFFFFF;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	}
input#submit_button_n {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 14px;
	background-color: #F8F8F8;
	border:1px solid #CCCCCC;
	}


#keywords	{
	outline : none;
	font-size:14px;
	width:230px;
	resize: none;
	border:1px solid #FF8C00;
	margin:5px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
#searchBtn	{
	top: 0;
	margin-bottom: 0.5em;
}

hr.dotted {
	height: 1px;
	border-style: dotted;
	border-color: #999999;
	margin-bottom: 0.25em;
	margin-TOP: 0.25em;

}

hr.space {
	height: 1px;
	margin-bottom: 0.25em;
	margin-TOP: 0.25em;
	margin-left:10px;
	margin-right:10px;

}

.index_kensaku {
	font-size: 12px;
	color: #555;
    }


.diary_des {
	color: #000000;
	font-size: 14px;
	margin-TOP: 5px;
	margin-left:10px;
	margin-right:10px;
	line-height:200%;
	margin-bottom:10px;
	}

.diary_genre {
	font-size: 11px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	text-align: right;
	}

.diary_txt {
	font-size: 14px;
	margin-left:10px;
	margin-right:10px;
	line-height:200%;
	}

.diary_str {
	font-size: 13px;
	line-height:150%;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	}

.diary_comment {
	padding:0px;
	width:480px;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	display: inline-block;
/display: inline;
/zoom: 1;
	}

.diary_comment span.comment {
	padding:0px;
	font-size: 14px;
	line-height:180%;
	color: #696969;
	}

.diary_comment span.s_comment {
	padding:0px;
	font-size: 13px;
	line-height:150%;
	color: #FF4500;
	}


.diary_comment p.date {
	margin-top:20px;
	margin-right:5px;
	font-size: 11px;
	text-align: left;
	}

.diary_right {
	width:150px;
display: inline-block;
/display: inline;
/zoom: 1;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	font-size: 10px;
	text-align: right;
	}

.diary_center {
	font-size: 12px;
	text-align: center;
	margin:20px;
	}


.clear{
	clear: both;
	}
	
	
input ,select{
	vertical-align:-0.15em;
	}

span.button {
	padding:0px;
	font-size: 13px;
	color: #696969;
	}

.comment_edit_box{
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #cccccc;
	margin-top:0px;
	margin-bottom:20px;
	padding:15px;
	width:480px;
	line-height:150%;
	color:#4a4a4a;
	}


.comment_edit_box div.comment{
	font-size:13px;
	}

.comment_edit_box div.right{
	text-align:right;
	font-size:12px;
	color:#4a4a4a;
	}

.wrap{
width:550px;
}

.leftmenu div.markingbox{
	border: 1px solid #cccccc;
}

.nav ul{
list-style:none;
padding:0;
margin:0;
}

.nav li{
display:inline;
width:200px;
margin-left:105px;
}

.string{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:150%;
	margin-left:0em;
	text-indent:0em;
	text-align: left;
	color: #696969;
	font-size:7px;
	padding: 0px;
	}




.clearleft {
	clear:left;
	} 



.pic {
	border:1px solid #aaaaaa;
	padding:5px;
	background:#fcfcfc;
	-moz-box-shadow: 3px 3px 3px #969696;
	-webkit-box-shadow: 3px 3px 3px #969696;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=5);
	margin:0;
	}

.pic img {
	}
	
	

* { margin: 0; padding: 0; }



/*全体中央寄せ*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}
a{
text-decoration:none;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:hover{
text-decoration: underline;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

	
a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=20);
	border-style:none;
	}

div.nohover a, div.nohover a:hover img{
text-decoration:none;
border-style:none;
opacity: 1;
filter: alpha(opacity=100);
}

.main{
width:900px;
font-size:80%;
margin-left:auto;
margin-right:auto;
}


#clearleft {
	clear:left;
} 










ul.ul2 {
	line-height: 110%;
	}


ul.ul2 li{

	background-attachment: scroll;
	background-image: url("http://www.wandaland.jp/img/info_list.png");
	background-position: left 3px;
	background-repeat: no-repeat;
	font-size:9px;
	padding-left: 10px;
	padding-bottom:8px;
	padding-top:0px;
	padding-right:3px;
	margin-left:5px;
}


.centerbox{
margin:0;
	padding-left: 0px;
	padding-bottom:5px;
	padding-top:0px;
	padding-right:15px;
width:665px;
display: inline-block;
/display: inline;
/zoom: 1;
vertical-align:top;
}




ul{
margin-top:5px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px
padding:0px;
}

ul li{
	font-size: 12px;
	margin:bottom:5px;;
	list-style:none;
	padding-bottom:5px;
	}

ul li.name{
	margin-left:20px;;
	}

ul li.edit{
	text-align:right;
	margin-right:5px;;
	}

ul li.edit a{
	color:#0040E0;
	}


ul li.name_point{
	text-align:right;
	margin-right:5px;;
	}
ul li.des{
	font-weight:bold;
	padding-left:14px;
	margin:bottom:5px;;
	font-size: 13px;
	list-style:none;
	padding-bottom:5px;
	padding-right:3px;
	color: #666666;
	}

ul li.marking_chara a{
	color:#0040E0;
	}

ul li.marking_chara{
	float: left;
	width:80px;
	height:90px;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 70%;
	text-align:center;
	}

ul li.secr{
font-size: 10px;
margin:0;
list-style:none;
padding-bottom:5px;
padding-left:18px;
padding-right:3px;
	color: #FF4500;
}

h1{
float: left;
width:100%;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
color: #666666;
}

 
.copy{text-align:right;}.copy a{font-size:70%;text-decoration:none;color:#ccc;background-color:#eee;}
.hiss { color: #696969; padding-left: 10px; background-color: #fff; }
.point { color: #CC0000; background-color: #fff; margin-bottom:3px;font-size:10px;}
.align-c { text-align: center; }
.input-s { width: 200px; }
.input-m { width: 300px; }
.input-l { width: 400px; }
.inp4 { width: 80px; }
.inp2 { width: 40px; }
.bold{
font-weight:bold;
}

#footer_menu ul{
	width: 900px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	list-style: none; 
	padding:0;
	margin:0 auto;
	}

#footer_menu li{
	border-left: 1px dotted #cccccc;
	float: left;
	display: block;
	width: 285px;
	}

#footer_menu li h2{
	border-left: 4px solid #FF8C00;
	font-size: 14px;
	text-decoration: none;
	color: #555;
	padding: 0 0 0 8px;
	margin: 0 2px;
	margin-left:12px;
	text-align: left;
	}

#footer_menu p{
	border-left: 0px;
	clear:both;
	font-size: 13px;
	margin-left:5px;
	margin-top:10px;
	}

#footer_menu a{
	text-decoration: none;
	padding: 0 0 0 17px;
	margin: 0 2px;
	font-size: 12px;
	text-align: left;
}
#footer_menu a:hover{
	background:url(../img/footer_y.gif) no-repeat left center;
}


#footer_menu ul li p{
	margin-top:15px;
	}

#footer_menu ul li p a{
	color:#0040E0;
	}

#footer_menu ul li div{
	border-left: 4px solid #FF8C00;
	font-size: 14px;
	text-decoration: none;
	color: #555;
	padding: 0 0 0 8px;
	margin: 0 2px;
	margin-left:12px;
	text-align: left;
	}



.path {
	margin-left: 10px;
}

.path ol li {
	/* liを横並び＆ブレットを消す */
    display: inline;
	list-style-type: none;
	font-size: 12px;
}

.path ol li a {
    /* aの背景画像に記号の画像を指定 */
    background-image: url(http://www.wandaland.jp/img/path.gif);

    /* 右寄せ＆リピート無し */
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 10px;
}


textarea.edit{
resize: none;
width: 280px;
height: 20px;
border:solid 1px #aaa;
	padding:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow:hidden;
font-size:14px;
}

textarea.hukusu {
resize: none;
width: 280px;
height: 50px;
line-height: 1.5em;
border:solid 1px #aaa;
	padding:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow:hidden;
font-size:14px;
}

textarea:focus {
   border: 1px solid #EEA34A;
}
input[type="radio"]{
color:#696969;

}

input[type="button"] {
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;  
	-moz-box-shadow: 1px 1px 2px #E7E7E7;  
	-webkit-appearance: none;
	}

button[type="submit"] {
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;  
	-moz-box-shadow: 1px 1px 2px #E7E7E7;  
	-webkit-appearance: none;
	font-size:13px;
	width:110px;
	height:25px;
	}

.title_13{
	color:#000000;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
	font-weight:bold;
	}

span.min13{
	color:#696969;
	font-size:14px;
	}

span.min12{
color:#000000;
font-size:12px;
}

div.min10{
color:#696969;
font-size:10px;
}

div.min10r{
color:#696969;
font-size:12px;
	text-align:right;
	margin-right:15px;
}




/*
コピーライト
-------------------------------------------------------------------*/
.copyright {
	font-style: normal;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #555;
	font-size: 10px;
}



#commbox{
	border: 1px dotted #cccccc;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	}


#commbox span {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	background:#FF9900;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	text-align:center;
	font-weight: bold ;
	}
#commbox span a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	}
#commbox div {
	margin-bottom:5px;
	}

.markcomm a {
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold ;
	font-size:12px;
	}


.mark{
	width:665px;
	}

.markleft{
	padding:10px;
	margin-left:500px;
	float: left;
	background:#FF9900;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	text-align:center;
	}

.markright{
	padding:10px;
	margin-right:45px;
	float: right;
	background:#FF9900;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	text-align:center;
	}



span.num{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	color:#FFFFFF;
	background:#FF9900;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	text-align:center;
	font-weight: bold ;
	}

span.num:hover{
	color:#FF9900;
	background:#FFFFFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border:solid 1px #FF9900;
	text-align:center;
	font-weight: bold ;
	}


span.num_active{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	color:#FF9900;
	background:#FFFFFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border:solid 1px #FF9900;
	text-align:center;
	font-weight: bold ;
	}
	

.mark a {
	position: relative;
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold ;
	font-size:12px;
	}
	
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #C0C0C0; /* 線色 */
   height: 1px; /* 高さ */
	margin-left:7px;
	margin-right:7px;
	}

.diary_date {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	background-color: #FF8C00;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
	}

.diary_tittle {
	line-height:180%;
	font-size: 17px;
	font-weight: bold;
	color: #FF4500;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	}

.leftmenu{

width:160px;
display: inline-block;
/display: inline;
/zoom: 1;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
font-size:90%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
vertical-align:top;
}

.leftmenu div{
padding:5px;
margin:0;
}

.leftmenu li{
	margin-bottom:3px;
	}

.leftmenu li a{
	color:#0040E0;
	}

.leftmenu li.ico{
	}

.leftmenu li.noico{
	margin-left:20px;
	}

.leftmenu img.avatar{
margin-top:10px;
background-color:#FFFFFF;
}

.leftmenu div.menubox{
	border: 1px solid #cccccc;
}


.leftmenu div.nocolor{
margin-top:15px;
padding:5px;
boder-bottom:solid 1px;
boder-top:solid 1px;
boder-left:solid 1px;
boder-right:dotted 1px;
background-color:#FFFFFF;
}

.rightmenu div.menubox{
	border: 1px solid #cccccc;
}

.rightmenu div{
	margin-bottom:15px;
	margin-top:0px;
	boder-bottom:solid 1px;
	boder-top:solid 1px;
	boder-left:solid 1px;
	boder-right:dotted 1px;
	background-color:#FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

.rightmenu img{
	margin-bottom:20px;
	margin-top:0px;
	background-color:#FFFFFF;
	}

.rightmenu img.ico{
	margin-top:10px;
	background-color:#FFFFFF;
	}

.rightmenu{
width:150px;
display: inline-block;
/display: inline;
/zoom: 1;
margin-left:auto;
margin-right:auto;
font-size:100%;
vertical-align:right;
}



.rightmenu div.tittle{
margin-left:5px;
font-size:11px;
padding-bottom:2px;
color:#696969;
}


.leftmenu div{
padding:5px;
}

#pic_menu p.picstr{
	font-size:14px;
	text-align:left;
	color:#000000;
	}

hr.li_newdiary {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #C0C0C0;
	height: 3px;
	margin-left:0px;
	margin-right:5px;
	}

ul.newdiary {
	margin-bottom:5px;
	padding-bottom:5px;
	list-style-type: none;
	font-size:13px;
	}

ul.newdiary li {
	font-size:13px;
	color:#333333;
	margin-left:0px;
	margin-top:7px;
	margin-right:5px;
	margin-bottom:8px;
	line-height:1.7em;
	}

img.newdiary{
	vertical-align: middle;
	margin-top:0px;
	}

.oya{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:630px;
	background-color:#e6e6e6;
	margin-bottom:15px;
	}

.ko{
	font-size:14px;
	line-height:180%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:620px;
	background-color:#ffffff;
	padding:5px;
	}

.oya2{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:10px;
	width:635px;
	background-color:#f5f5f5;
	margin-bottom:15px;
	}

.ko2{
	font-size:14px;
	line-height:180%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:5px;
	width:625px;
	background-color:#ffffff;
	padding:5px;
	}

.kob3{
	font-weight:bold;
	font-size:14px;
	line-height:180%;
	border-bottom-left-radius: 2px; 
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;

	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px; 
	width:525px;
	background-color:#ffffff;
	padding:5px;
	height:42px;
	}



.kob{
	font-weight:bold;
	font-size:14px;
	line-height:180%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:620px;
	background-color:#ffffff;
	padding:5px;
	height:42px;
	}

.kob2{
	font-weight:bold;
	font-size:14px;
	line-height:180%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:515px;
	background-color:#ffffff;
	padding:5px;
	height:42px;
	}

ul.questring{
	width:100%;
	margin-top:20px;
	padding:0;
	list-style: none;
	line-height:25px;
	}

ul.questring li{
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:25x;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	color:#000000;
	padding:10px;
	list-style:none;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:13px;
	font-weight:normal;
	margin-bottom:20px;
	}

ul.questring li:hover{
	background-color:#e6e6e6;
	}

ul.questring li a{
	color:#000000;
	text-decoration:none;
	}

ul.questr{
	width:100%;
	margin-top:20px;
	padding:0;
	list-style: none;
	}

ul.questr li{
	vertical-align: top;
	height:16px;
	color:#666;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-size:12px;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	zoom: 1;
	}

ul.questr li+ li{
	border-left: 1px solid #C0C0C0;
	height:16px;
	}

ul.questr li a{
	color:#0040E0;
	text-decoration:none;
	}

ul.questr li a:hover{
	text-decoration:underline;
	}

a:hover{
	text-decoration: underline;
	}
a{
	text-decoration: none;
	}

.haha{
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#6bbf3f;
	border:1px solid #1e6439;
	color:#FFFFFF;
	line-height:150%;
	font-size:17px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

.haha_o{
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FF8C00;
	border:1px solid #ff7f00;
	color:#FFFFFF;
	line-height:150%;
	font-size:17px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

.haha_k{
	padding:10px;
	color:#000000;
	line-height:150%;
	font-size:16px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}


.pagenum{
	padding:1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	background: #fff;

	}

.pagenum ul{
	list-style:none;
	text-align: center;
	}

.pagenum ul li{
	text-decoration:none;
	color:#000000;
	padding:6px;
	margin:10px;
	background-color:#f5f5f5;
	width:18px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size:13px;
	}

.pagenum ul li.active{
	text-decoration:none;
	padding:6px;
	margin:10px;
	background-color:#FF9900;
	width:18px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	}

.pagenum ul li.long {
	text-decoration:none;
	color:#000000;
	padding:6px;
	margin:10px;
	background-color:#f5f5f5;
	width:90px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size:13px;
	}

.pagenum ul li a{
	text-decoration:none;
	display: block;
	color:#000000;
	}

div.stleft{
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #FF6600 solid;
	background-color:#FF9900;
	color:#FFFFFF;
	line-height:150%;
	font-size:16px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

div.stmoji{
	font-size:15px;
	line-height:170%;
	margin-left:20px;
	font-weight:bold;
	}

div.st_an{
	font-size:14px;
	line-height:170%;
	margin-left:20px;
	}

.kijinotitle{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	border-left:10px solid #FF9900;
	color:#000000;
	line-height:150%;
	font-size:16px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

.admin_comme {
	font-size: 12px;
	margin-bottom:1opx;
	margin-right:40px;
	text-align: right;
	}

ul.btn{
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:10px;
	padding:0;
	}

ul.btn li{
	width:155px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	padding:5px;
	list-style:none;
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:13px;
	margin-right:30px;
	}

h1#string {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	color: #464646;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	}

i{
	font-style:italic;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	}

.social-button {
	list-style-type: none;
	margin-left: 70px;
	padding: 0;
	}

.social-button li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	}

.social-button li div {
	display: inline;
	}

.social-button:before,
.social-button:after {
	content: " ";
	display: table;
	}

.social-button:after {
	clear: both;
	}

.social-button {
	*zoom: 1;
	}

.social-button iframe.twitter-share-button {
    width: 90px !important;
	}


#navi{
	margin-top:10px;
	}
ul.nakami {

	width:590px;
	font-size: 14px;
	padding:5px;
	list-style:none;
	}

ul.nakami li.lef {
	margin-top:5px;
	vertical-align: top;
	width:150px;
	display:inline-block;
	margin-left:5px;
	}

ul.nakami li {
	margin-left:10px;
	margin-right:10px;
	font-size: 14px;
	line-height: 180%;
	margin-top:5px;
	vertical-align: top;
	width:400px;
	display:inline-block;
	margin-left:5px;
	}

ul.nakami li a {
	}


ul.nakami li a.ri {
	text-align:right;
	display:block;
	text-decoration:none;
	}

ul.nakami li a:hover {
	text-decoration:underline;
	}

/*IE6向けの設定*/
* html #navi li{
	display:inline; zoom:1;    
	}
/*IE7向けの設定*/
*+html #navi li{
	display:inline; zoom:1;    
	}

/* ------- header ------- */

header {
	width: 630px;
	height: 40px;
	background-color:#e6e6e6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}

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


/* ------- タブ ------- */
#index_tab {
	width: 610px;
	height: 35px;
	}

#index_tab li.tb {
	float: left;
	margin-left: 0px;
	margin-right: 35px;
	width: 170px;
	list-style-type: none;
	}


#index_tab li.tb a {
	margin-left: 0px;
	display:block;
	width: 190px;
	height: 28px;
	padding-top: 12px;
	font-size: 14px;
	text-align:center;
	background-color:#FF8C00;
	color:#FFF;
	font-weight:bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

#index_tab li.tb a:hover {
	background-color: #FFF;
	color:#747468;
	}

#index_tab li.tb a.selected {
	background-color: #FFF;
	color:#292623;
	}

/* ------- コンテンツ ------- */
#content {
	padding:10px;
	width: 610px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FFF;
	}

section h1 {
	margin-top:10px;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

.right_n{
    margin-right: 1em;
	text-align:right;
	}

ul.park_left_t{
	float:left;
	padding:0;
	line-height:170%;
	list-style:none;
    left: 50%;
	position: relative;
	}

ul.park_left_t li.thumb{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	width:150px;
    left: -50%;
	position: relative;
	}

.trimming_ss {
	border: 1px #FF4500 solid;
	position: relative;
	height: 102px;
	-webkit-box-shadow: 2px 2px 10px #696969;
	-moz-box-shadow: 2px 2px 10px #696969;
	box-shadow: 2px 2px 10px #696969;
	}

.des_l{
	line-height:20px;
	text-align:left;
	font-size:13px;
	margin-bottom:5px;
	}

a.diary_o{
	color:#0040E0;
	}

div.kousin{
	text-align:right;
	color:#999999;
	margin-right:5px;
	margin-left:0px;
	margin-top:0px;
	font-size:9px;
	}

p.n_title{
	text-align:left;
	color:#696969;
	margin-left:0px;
	font-size:13px;
	margin-top:10px;
	}

div.abc{
	color:#666;
	text-align:center;
	font-size:12px;
	margin-top:0px;
	margin-bottom:2px;
	margin-right:5px;
	}

#header_bar {
	width:100%;
    height: 43px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 2; /*ヘッダーバー部分の重なり順*/
	border: 1px solid #cccccc;
    }


ul.top_h {
	width:1300px;
	margin:0px;
	padding: 0;
	list-style-type: none;
	}

ul.top_h li{
	line-height:16px;
	font-size:11px;
	text-decoration: none;
	color:#666;
	float: left;
	}

ul.top_h li.defa {
	color:#2e2e2e;
	list-style-image: url(http://www.wandaland.jp/img/m_list.png);
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	}

ul.top_h li a{
	text-decoration: none;
	color:#2e2e2e;
	}

ul.top_h li a:hover{
	text-decoration: underline;
	}

ul.top_h li.btn a{
	font-size:11px;
	padding:7px;
	text-decoration: none;
	color:#f60;
	border:1px solid #FF8C00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	border:1px solid #cccccc;
	}

ul.top_h li.btn a:hover{
	background:#f0f0f0;
	}

ul.top_h li.long {
	width: 180px;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	color:#000000;
	}

ul.top_h li.dami {
	width: 10%;
	margin-top: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	}

ul.top_h li.dami_f {
	width: 10%;
	margin-top: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	}


ul.top_h li.logo {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	width: 12em;
	margin-right: 15px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	}


ul.top_h li.btn {
	margin-top: 13px;
	width: 130px;
	background:#ffffff;
	text-align: center;
	}


ul.top_h li.diary {
	text-indent:18px;
	background:url(http://www.wandaland.jp/img/blog_icon.png) left no-repeat;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-align: left;
	color:#424242;
	}

ul.top_h li.diary:hover {
	background:url(http://www.wandaland.jp/img/blog_icon_active.png) left no-repeat;
	}

ul.top_h li.help {
	text-indent:18px;
	background:url(http://www.wandaland.jp/img/hatena.png) left no-repeat;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-align: left;
	color:#424242;
	}

ul.top_h li.help:hover {
	background:url(http://www.wandaland.jp/img/hatena_active.png) left no-repeat;
	}

ul.top_h li.login {
	text-indent:18px;
	background:url(http://www.wandaland.jp/img/login_icon.png) left no-repeat;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-align: left;
	color:#424242;
	}

ul.top_h li.login:hover {
	background:url(http://www.wandaland.jp/img/login_icon_active.png) left no-repeat;
	}

ul.top_h li.letter {
	text-indent:18px;
	background:url(http://www.wandaland.jp/img/mail_icon.png) left no-repeat;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-align: left;
	color:#424242;
	}

ul.top_h li.letter:hover {
	background:url(http://www.wandaland.jp/img/mail_icon_active.png) left no-repeat;
	}

ul.top_h li.park {
	text-indent:18px;
	background:url(http://www.wandaland.jp/img/park_icon.png) left no-repeat;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-align: left;
	color:#424242;
	}

ul.top_h li.park:hover {
	background:url(http://www.wandaland.jp/img/park_icon_active.png) left no-repeat;
	}

.pr_box{
	font-size: 9px;
     border: 1px solid #666;
     padding:2px 2px;
     border-radius: 3px;
     color:#666;
     width: 150px;
     height:180px;
	text-align:center;
}


img.pr_pic{
	margin:0;
	}

a.map{
	color:#0040E0;
	text-decoration:none;
	}

div.right_tittle{
	font-weight:bold;
	font-size:13px;
	text-align: center;	
	}

.top_search_box{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width:590px;
	background: #f5f5f5;
	border:1px solid #cccccc;
	padding:15px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	}

.top_search_box div{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	}

.top_search_box img{
	vertical-align: middle;
	}

.top_search_box a{
	text-decoration:none;
	color:#0040E0;
	font-size:14px;
	line-height:200%;
	}

.search_box {
	margin-top:10px;
	width:510px;
	background: #f5f5f5;
	border:1px solid #cccccc;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	}

.search_box div{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	}

.search_box img{
	vertical-align: middle;
	}

.search_box a{
	text-decoration:none;
	color:#0040E0;
	font-size:14px;
	line-height:200%;
	}

#sub_keywords	{
	font-size:14px;
	width:360px;
	resize: none;
	border:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}

#sub_keywords:focus	{
	border:1px solid #666;
	outline : none;
	}

input#sub_submit_button {
	outline : none;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 60px;
	height: 30px;
	font-size:14px;
	background-color:#f5f5f5;
	color:#666;
	border-style: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border:1px solid #CCCCCC;
}

span.topicword{
	font-size:20px;
	font-weight:bold;
	}

.top_kininaru{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:5px;
	}

img.top_wandiary {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

hr.li_wandapark {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #C0C0C0;
	height: 3px;
	margin-left:0px;
	margin-right:0px;
	}

ul.wandapark {
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size:14px;
	}

ul.wandapark li {
	font-size:14px;
	color:#333333;
	margin-left:0px;
	margin-top:7px;
	margin-right:0px;
	margin-bottom:7px;
	line-height:1.5em;
	}

img.wandapark{
	vertical-align: middle;
	margin-top:18px;
	}

div.park_title{
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	}

div.park_min{
	font-size:10px;
	text-align:right;
	}

div.park_min a{
	color:#0040E0;
	}

.linkstr{
	font-size:15px;
	line-height:160%;
	}

.linkstr a{
	color:#0040E0;
	}

.border{
	margin-top:5px;
	margin-bottom:15px;
    margin-right:20px;
    margin-left:5px;
    border-bottom: 1px dotted #000000;
	}

.kousiki_str{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:5px;
	}
.mymenu{
width:210px;
display: inline-block;
/display: inline;
/zoom: 1;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
font-size:100%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
vertical-align:top;
}

.mymenu div{
padding:10px;
margin:0;
}

.mymenu li{
        margin-bottom:6px;
        }

.mymenu li a{
        color:#0040E0;
        }

.mymenu li.ico{
        }

.mymenu li.noico{
	margin-left:20px;
	}

.mymenu img.avatar{
	margin-left:20px;
	margin-top:15px;
	background-color:#FFFFFF;
	}

.mymenu div.menubox{
	border: 1px solid #FF8C00;
	}


.mymenu div.nocolor{
	margin-top:20px;
	padding:10px;
	boder-bottom:solid 1px;
	boder-top:solid 1px;
	boder-left:solid 1px;
	boder-right:dotted 1px;
	background-color:#FFFFFF;
	}
