@charset "utf-8";
/*	-------------------------------------------------------------
	Description:	CSS file for screen media
	Filename:		layout.css
	Author: 		N Hayashi
	Date:			12/01/2008
	-------------------------------------------------------------
	■wrapper設定
	■base設定
	■clearfix設定
	■headerエリア設定
	■anchor設定
	■content内設定
	■button設定
	■footer設定
	■size設定
	■message

FOR SCREEN ****************************************************** */
/*	-------------------------------------------------------------
	■wrapper設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#wrapper {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ff9900;
}

/*	-------------------------------------------------------------
	■base設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 10px;
	width: 955px;
}

/* 左右配置 */
.position_left {
	text-align: left;
}

.position_right {
	text-align: right;
}

.position_center {
	text-align: center;
}

.position_float_left {
    float: left;
}

.position_float_right {
    float: right;
}

.position_float_auto {
    margin-left: auto;
	margin-right: auto;
}

/* 横配列リスト */
.float_list {
    display: block;
	margin: 0px;
}

	.float_list li {
		float: left;
		display: block;
	}

	.float_list dt {
		float: left;
		display: block;
	}
	
	.float_list dd {
		float: left;
		display: block;
	}

/* フォントサイズ */
.font_bold {
	font-weight: bold;
}

.font_10 {
    font-size: 10px;
}

.font_12 {
	font-size: 12px;
}

.font_14 {
	font-size: 14px;
}

.font_16 {
	font-size: 16px;
}

/* フォントカラー */
.red {
	color: #CC3333;
}

.gray {
	color: #787878;
}

.green {
	color: #336600;
}

.blue {
	color: #224272;
}

/*	-------------------------------------------------------------
	■clearfix設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.clearfix:after {
    content: ".";  
    display: block;  
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear {
    clear: both;
	height: 0px;
}

/*	-------------------------------------------------------------
	■headerエリア設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#header {
	margin-top: 0px;
	padding-top: 10px;
	height: 80px;
	background-color: transparent;
	border-bottom: 1px solid #000000;
}

#header dl {
width: 945px;
padding-left: 15px;
margin-left: auto;
margin-right: auto;
}

/*	-------------------------------------------------------------
	■anchor設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#anchor {
   display: none;
}

/*	-------------------------------------------------------------
	■content内設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .content_top {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
padding-bottom: 15px;
margin: 0;
display: block;
height: 440px;
}

#content .button_area {
padding: 0px 30px;
display: block;
}

/*	-------------------------------------------------------------
	■button設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* フランチャイズサイトボタン */
li.button_franchise {
    width: 444px;
}

	li.button_franchise a {
		width: 444px;
		height: 125px;
		background-image: url(../images/button_franchise.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: -5000px;
		display: block;
		overflow: hidden;
	}
	
		li.button_franchise a:hover {
			background-image: url(../images/button_franchise.jpg);
			background-repeat: no-repeat;
			background-position: 0px -125px;
		}

		
/* ファンサイトボタン */
li.button_fan {
    width: 441px;
}

	li.button_fan a {
		width: 441px;
		height: 125px;
		background-image: url(../images/button_fan.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: -5000px;
		display: block;
		overflow: hidden;
	}
	
		li.button_fan a:hover {
			background-image: url(../images/button_fan.jpg);
			background-repeat: no-repeat;
			background-position: 0px -125px;
		}

/*	-------------------------------------------------------------
	■footer設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#footer {
    margin-top: 0px;
	margin-bottom: 0;
	padding: 0px;
	border-top: 1px solid #000000;
}

#footer p {
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
width: 940px;
margin-left: auto;
margin-right: auto;
color: #660000;
}

#footer p span {
color: #660000;
}	
	

/*	-------------------------------------------------------------
	■size設定
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* 横幅設定 */
.355 {
width: 355px;
}

.w600 {
width: 600px;
}

.w895 {
width: 895px;
}

/* 間隔(margin-bottom)設定 */

/* 間隔(margin-left)設定 */
.m_left7 {
    margin-left: 7px;
}

/* 間隔(padding-top)設定 */
.p_top20 {
    padding-top: 20px;
}

.p_top30 {
    padding-top: 30px;
}

.p_top50 {
    padding-top: 50px;
}

.p_top60 {
    padding-top: 60px;
}


/*	-------------------------------------------------------------
	■緊急メッセージ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#top_message {
	width: 900px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


/*	-------------------------------------------------------------
	■13.02.14 facebook追加
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.fb-like-box{
	background-color: #FFFFFF;
}

.fl_444px{
	float: left;
	height: auto;
	width: 444px;
}
.fr_447px{
	float: right;
	height: auto;
	width: 447px;
}
.clear_fb{
	clear: both;
}

