@charset "utf-8";
/***********************************************************
* 共通スタイルシート
***********************************************************/

body{
 margin: 0;
	font-family:"ＭＳ Ｐゴシック","HiraKakuPro-W3", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: url(../img/bg.gif) #FFFFFF;
}

img { border: none; vertical-align: middle;}

/*----------------------------------------------------------
 html5　エレメント対応
----------------------------------------------------------*/	
section, article, aside, hgroup, header, footer, nav, figure {display: block}

/*----------------------------------------------------------
 clearfix
----------------------------------------------------------*/	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------------
	リンク
----------------------------------------------------------*/	
a 			     {text-decoration: none; color: #660000;}
a:link		  {color: #330000; font-weight: bold;}
a:visited	{color: #330000; font-weight: bold;}
a:hover   {color: #990000; text-decoration: underline}
a:active	 {color: #990000;}

/*----------------------------------------------------------
	頻出
----------------------------------------------------------*/	
.f_left	 {float: left;}
.f_right	{float: right;}
.c_both	 {clear: both;}
.c_left	 {clear: left;}
.c_right	{clear: right;}
.t_left	 {text-align: left;}
.t_right	{text-align: right;}
.t_center{text-align: center;}

/*----------------------------------------------------------
	フォントサイズ,フォントアクセント
----------------------------------------------------------*/	
h1,h2,h3,h4,p,li,dt,dd,th,td,adress{ font-size: 12px; line-height: 1.5; text-align: left;}
li p,dd p,th p,td p{ font-size: 100%;}
.attention	{ color: #c00;}
.notice		{ font-weight: bold;}
.accent01	{ color: orange;}
.accent02	{ color: blue;}
