@charset "Shift_JIS";


/* ------------------------------------------- CSS Information
 File Name:      default.css
 Style Info:     リセットと基本設定
----------------------------------------------------------- */

html {margin: 0; padding: 0;}

body{
margin:0 auto;
padding:0;
font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
text-align:center;
background:url(../img/share/body_back.jpg) center top no-repeat;
color:#444;
font-size: 70%;
}




html>/**/body {
font-size: 11px;
}
/** + html body {
font-family: "メイリオ","Meiryo";
}
*/

* + html body {
font-size: 12px;

font-family: "ＭＳ Ｐゴシック","MS PGothic";
}

* html body{
font-family: "ＭＳ Ｐゴシック","MS PGothic";
font-size: 12px;
}


*{
margin:0;
padding:0;
}


.c{margin:0 auto;text-align:center;padding:0;}
.r{text-align:right;}
.l{text-align:left;}
.v{vertical-align:top;}
.vl{vertical-align:top;text-align:left;}

.co{background-color:#ccc; margin:0 auto; text-align:center; padding:0;}

.col01{color:#CC0000;}
.col02{color:#ff0000;}


.bold01{font-weight:bold; color:#ff6600;}
.bold02{font-weight:bold; color:#444444;}
.bold03{font-weight:bold; color:#666666;}


.cap a{font-size:8pt; color:#444;}

/* ------------ a Style */
a:link		{text-decoration: none;	color: #fff;}
a:visited	{text-decoration: none;	color: #ffffff;}
a:hover		{text-decoration: none;	color: #ff0000;}
a:active	{text-decoration: none;	color: #ffffff;}































