@charset "UTF-8";

/*
************************************************************

 Copyright (C) media kraft fuzoku aaa.

************************************************************
*/
/*////////////////////////////////////////////

	 class="clearfix"
	<div class="clear"></div>

	1. base
	2. 大枠
	3. コンテンツエリア（共通）
	4. プレミアムバナー
	5. ヘッダー
	6. 全国リンク
	7. google search

※記述順
display
list-style
position
float
clear
width
height
margin
paddint
border
background
color
font
text-decoration
text-align
vrtical-align
white-space
other text
content

////////////////////////////////////////////*/

/************************************************************************************************
 1. base 
*************************/

div#indexWrapper {
	width: 660px;
	height: auto;
	margin: 0 auto;
	border: 5px #cc0 inset;
	background-color: #fff;
	text-align: center;
	line-height: 1.5;
}

ul#doorway {
	width: 420px;
	margin: 10px auto;
}

ul#doorway li {
	float: left;
	margin: 0 10px;
}

ul#doorway li#entrance a {
	display: block;
	width: 146px;
	height: 52px;
	background: url("/image/index/bot_in.gif") top left no-repeat;
	text-indent: -9999px;
}

ul#doorway li#entrance a:hover {
	background: url("/image/index/bot_in2.gif") top left no-repeat;
}

/* 全国リンク */
p#wholecountryLink {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	font-size: 1.2em;
}


div#indexWrapper p.attention {
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px red solid;
}

address {
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0.8em;
}
