@charset "UTF-8" ;


body {
	font-family:Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#header {
	padding: 8px;
	position: relative;
}
h1 {
	font-size: 30px;
	margin: 0;
	font-weight: normal;
	color: #7A7A7A;
}
#header p {
	position: absolute;
	top: 18px;
	right: 14px;
	padding: 2px 8px;
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: .3em;
	-khtml-border-radius: .3em;
	-moz-border-radius: .3em;
	-ms-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
}
#header p a {
	display: block;
	text-decoration: none;
}
#header p a:link,
#header p a:visited,
#header p a:hover,
#header p a:active {
	color: #aaa;
}
#header p a:hover,
#header p a:active {
	color: #666666;
	background: #f1f1f1;
}

/* ++++++++++ google web fonts ++++++++++ */

h1 {
	font-family: Merienda, cursive;
}
#bloglistWrap li h2 {
	font-family: Marmelad, cursive;
}



/* css_browser_selector
----------------------------------------------- */
.win body {
	font-family: Meiryo;
}
.win #contents .pipesImgdescription .pipesTitle {
	font-size: 105%;
}
.win #bloglistWrap li,
.opera #bloglistWrap li {
	width: 100%;
}
/*.win .contents {
	font-size: .85em;
	line-height: 1.6;
}
.win .sidebar {
	font-size: .75em;
}
.win .entry h2 {
	font-size: 1.3em;
}*/


/* ++++++++++ menu ++++++++++ */

#bloglistWrap h2 {
	margin-bottom: 0;
	padding-top: 30px;
	font-size: 140%;
	letter-spacing: -.1em;
}
#bloglistWrap ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  width: 100%;
}
#bloglistWrap li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	height: 100px;
	color: #f1f1f1;
	text-align: center;
	width: 25%;
	list-style: none;
	font-family: Arial;
	font-size: 85%;
	border-left: 1px solid #EEE;
}

#bloglistWrap li#list1 { background: #E6E6E6; }
#bloglistWrap li#list2 { background: #C7C7C7; }
#bloglistWrap li#list3 { background: #979797; }
#bloglistWrap li#list4 { background: #696969; }
#bloglistWrap li#list1 a:hover,
#bloglistWrap li#list2 a:hover,
#bloglistWrap li#list3 a:hover,
#bloglistWrap li#list4 a:hover {
	background: #f5f5f5;
}

#bloglistWrap li a {
	display: block;
	height: 100px;
	text-decoration: none;
}
#bloglistWrap li#list1 a,
#bloglistWrap li#list2 a {
	color: #666666;
}
#bloglistWrap li#list3 a {
	color: #F8F8F8;
}
#bloglistWrap li#list4 a {
	color: #DBDBDB;
}
#bloglistWrap li#list1 a:hover,
#bloglistWrap li#list2 a:hover,
#bloglistWrap li#list3 a:hover,
#bloglistWrap li#list4 a:hover {
	background: #f5f5f5;
}
#bloglistWrap li#list3 a:hover,
#bloglistWrap li#list4 a:hover {
	color: #888888;
}

/* ++++++++++ mainWrap ++++++++++ */

#mainWrap { padding: 0 8px; }

#mainWrap a,
#mainWrap a:visited {
	color: #000;
	text-decoration: none;
}
#mainWrap a:hover,
#mainWrap a:active {
	color: #718EB3;
	text-decoration: none;
}


#contents ul	{
	margin: 0;
	padding: 0;
}

#contents li {
	list-style: none;
	font-size: 95%;
}
.menulist	{
	margin: 50px 0 30px;
	padding: 0;
	color: #777;
}

.menulist li	{
	padding: 3px;
	list-style: none;
}

#footer {
	margin-top: 50px;
}


/* ++++++++++ pipes ++++++++++ */

.ybh {
	display: none;
}

#contents .pipesImgdescription .pipesTitle {
	font-size: 115%;
}
#contents div.ybr li.ybi {
	padding: 5px;
}
.olwoqiryqehzngzi .pipesImgdescription .pipesDescription {
color: #8B8B8B;
}
.ybf {
	width: 100% !important;
}



/* ----------------------------------------------------------------
clerfix
---------------------------------------------------------------- */

#header { /zoom: 1; } /*for IE 6-7*/

#header:after { /* for Modern Browser */
	content: "";
	display: block;
	clear: both;
}