@charset "UTF-8";
/*******************************************
Reset Setting For Cross Browser
MENU
---------------------------------------------
01 Top Level Reset
02 Base Setting
03 General Level Setting
04 Link Design
05 eZPublish Design
06 Float Clear
*******************************************/

/*===========================================
01 Top Level Reset
===========================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


/*===========================================
02 Base Setting
===========================================*/
body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	color: #555555;
}


/*===========================================
03 General Level Setting
===========================================*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, th, td, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 140%;
	font-size: 100%;
}

table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}

img, a img {
	border: none;
	vertical-align: top;
}

ul {
	list-style: none;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
td ul, td ol, td dl { font-size: 100%;}

strong { font-weight: normal;}
em { font-style: normal;}

/*===========================================
04 Link Design
===========================================*/
a, a:link {
	color:#c70076;
	text-decoration:underline;
}
a:visited, a:hover, a:active, a:focus {
	color:#ec82af;
	text-decoration:underline;
}

div.veryberry a, 
div.veryberry a:link,
div.veryberry a:visited {
	color:#C70076;
	text-decoration:underline;
}
div.veryberry a:hover,
div.veryberry a:active,
div.veryberry a:focus {
	color:#ec82af;
	text-decoration:underline;
}

div.hajimete a,
div.hajimete a:link, 
div.hajimete a:visited {
	color:#84B250;
	text-decoration:underline;
}
div.hajimete a:hover,
div.hajimete a:active,
div.hajimete a:focus{
	color:#a8ce7d;
	text-decoration:underline;
}

div.premium a,
div.premium a:link, 
div.premium a:visited {
	color:#ac6d60;
	text-decoration:underline;
}
div.premium a:hover,
div.premium a:active,
div.premium a:focus{
	color:#c98a7d;
	text-decoration:underline;
}

div.mother a,
div.mother a:link, 
div.mother a:visited {
	color:#F39800;
	text-decoration:underline;
}
div.mother a:hover,
div.mother a:active,
div.mother a:focus{
	color:#F39800;
	text-decoration:underline;
}

div.common a, 
div.common a:link,
div.common a:visited {
	color:#c70076;
	text-decoration:underline;
}
div.common a:hover,
div.common a:active,
div.common a:focus {
	color:#ec82af;
	text-decoration:underline;
}

div.sogo-top a, 
div.sogo-top a:link,
div.sogo-top a:visited {
	color:#666666;
	text-decoration:underline;
}
div.sogo-top a:hover,
div.sogo-top a:active,
div.sogo-top a:focus {
	color:#999999;
	text-decoration:underline;
}


/*===========================================
05 eZPublish Design
===========================================*/
div#links {
	background-image: none;
	height: 23px;
}

div#links {
	background-position: right bottom;
	background-repeat: no-repeat;
	clear: right;
	float: right;
	font-size: 0.85em;
	font-weight: bold;
	padding-right: 0;
	text-align: right;
	width: 75%;
}

div#links ul li {
	float: right;
}

div#header ul li {
	background-image: none;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Embed Image Design
-------------------------------------------*/
div.object-left
{
	display: inline !important;
	float: left !important;
	margin-right: 20px !important;
}

div.object-right
{
	display: inline !important;
	float: right !important;
	margin-left: 20px !important;
}

div.object-center
{
	text-align: center;
}

div.object-center div.attribute-caption {
	margin: 0 auto;
}

div.two-column div.object-left, div.two-column div.object-right {
	width: 300px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div.two-column div.embed-image {
	margin-bottom: 10px;
}

div.object-center div.class-image div.attribute-caption {
	margin-left: auto !important;
	margin-right: auto !important;
}

div.object-left img.alignleft,
div.object-right img.alignright,
div.object-center img.aligncenter
{
	margin-bottom: 12px !important;
}

div.embed-image {
	margin-bottom: 20px;
}
div.object-left div.embed-image, div.object-right div.embed-image {
	margin-bottom: 5px;
}


/* Text Rayout
-------------------------------------------*/
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong
 {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}


/*===========================================
06 Float Clear
===========================================*/
/* Clearfix
-------------------------------------------*/
.clearfix:after {
	content: url("../images/blank.gif");
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix { display: inline-block;}

.clearfix { display: block;}

/* 20110805 matsuda */
*:first-child+html .clearfix { display:inline;zoom:1; }


