@charset "utf-8";


/*==-----------------------------------------------
CSS Information

 File name:      default.css
 Author:         Crea.,Inc. 
 Style Info:     デフォルトのスタイル

-------------------------------------------------*/


/*==-----------------------------------------------
body
-------------------------------------------------*/

body {
	text-align: center;
	line-height: 1.4;
	font-size: 0.75em;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}


/*==-----------------------------------------------
link style
-------------------------------------------------*/

a{overflow: hidden;}
a:link {color: #00F;}
a:visited {color: #609;}
a:hover {color: #F00;}
a:active {color: #F00;}


/*==-----------------------------------------------
text decoration
-------------------------------------------------*/
strong{
font-weight: bold;
color:#f8135f;
font-size: 1.25em;
}



hr{
	margin: 0;
	clear:both;
}



/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix {clear:both; }

.clearfix:after,
#container:after,
#nav:after,
#header:after,
#main:after,
#footer:after,
.article:after,
.section:after,
.aside:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0.1em;
}

.clearfix,
#container,
#nav,
#header,
#main,
#footer,
.article,
.section,
.aside{
display: inline-block;
}

.clearfix,
#container,
#nav,
#header,
#main,
#footer,
.article,
.section,
.aside{
display: block;
}


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