@charset "Shift_JIS";

/*

■ サイト全体

	* 共通設定
	--------------------------
	* レイアウト設定
	--------------------------
	* ラウザ対策用汎用クラス
	--------------------------

*/

/*-----------------------------------------------
  共通設定
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-family: MS Gothic,Osaka,Arial,Helvetica,Sans-serif;
	text-align: center;
}

img {
	border-style: none;
}

a:link {
	color: #0099ff;
	text-decoration: none;
}
a:active {
	color: #0099ff;
	text-decoration: underline;
}
a:visited {
	/*color: #996699; commented out by Y.A*/
	color: #d38ad3;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}

.clr{clear: both;
/* macIE対策\*/
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
/* macIE対策*/
}
.left{float:left;}
.right{float:right;}

/*-----------------------------------------------
  レイアウト設定
-----------------------------------------------*/

#page {
	margin: 0px auto;
	text-align: left;
	background: url(/images_common/contents_bg.gif) top repeat-x;
}
#header {
	margin: 0px auto;
	text-align: left;
}
#contents {
	width: 950px;
	margin: 0px auto;
}
#footer {
	clear: both;
	margin: 0px auto;
	text-align: left;
}
#main {
	float: left; width: 635px;
}
#sub {
	float: right; width: 300px;
}

/*-----------------------------------------------
  ブラウザ対策用汎用クラス
-----------------------------------------------*/

.clearfix:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}