@charset "UTF-8";

/* サイト共通部分の設定 */

/* 基本設定 */

body {
	/* 余白 */
	margin: 0px;
	padding: 0px;
	/* フォントの種類（閲覧環境により指定順の該当フォントで表示） */
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:12px;
	/* フォントの色 */
	color:#333333;
	/* 行間 */
	line-height:1.5;
	background-color: #FFFFFF;
	background-image: url(../images/thermage_back.jpg);
	background-repeat: repeat-x;
}

/* IE7用ハック */
/* 文字サイズの再指定（可変） */
*:first-child+html body {
	font-size:75%;
}
.textcolor {
	color: #006633;
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}

/* IE6以下用ハック */
/* 文字サイズの再指定（可変） */
* html body {
	font-size:75%;
}

/* タグの初期化 */
h1,h2,h3,h4,h5,h6,img,ul,li,p,a,table,td,dl{
	margin:0px;
	padding:0px;
	border:none;
}

/* リンクの共通設定 */
a{
	/* アウトラインを消す */
	outline-width:0;
}

/* リンクの共通設定 */
/* リンクの共通設定 */
a{
	/* 下線を消す */
	text-decoration:none;
	outline-width:0;
	
	/* フォントの色 */
	color:#660099;
}




/* コンテンツエリア */
#contents {
	/* 幅 */
 	 width:820px;
	/* 背景 */
	/* Clearfix */	
	clear: both;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
	position: relative;
}


#wapper {
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	position: relative;
}


/* メインコンテンツ */
#main {
	float:left;
	width:100%;
	position: relative;
	color: #000000;
	height: auto;
	top: 1px;
}

/*ナビゲーション */

#nav {
  float:left;
  width:152px;
  position: relative;
}

/*全体メインコンテンツ */
#maincontents{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/*clearfix: */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/
#ther #header {
	height: 101px;
}
#logo {
	
}

/*フッター*/
#ther .footer {
	font-size:11px;
	position: relative;
	height: 40px;
	clear: both;
	top: 10px;
}
#ther .footer img {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}
/*表左右の空き*/
#ther #box {
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}


/*表左右の空き*/
#sorry {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:20px;
	/* フォントの色 */
	color:#666666;
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 200px;
	font-weight: bold;
}

/*文字の大きさ*/
.bun{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:13px;
	font-weight: bold;
	padding:10px 0px 10px 10px;
	line-height: 20px;
}

/*文字の大きさ*/
.comment{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:13px;
	padding:10px;
	line-height: 20px;
}


.list{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:12px;
	padding:1px 0px 1px 10px;
}
