* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	padding:0 0 35px;/* 上・左右・下 */
	background:url(http://blog.kabagol.com/images/all_bg.gif) repeat-x;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #FFF url(../img/wrapper_bg.gif) repeat-y;
}

#header {
	height:277px;
	background: #FFF url(../img/header_top.jpg) no-repeat;
	color:#FFF;
	position: relative;
}

#header #home{/* ページ上部：ホーム */
	position: absolute;
	top: 15px;
	left: 560px;
	width: 250px;}
#header #home a,
#header #home a:link,
#header #home a:visited,
#header #home a:active	{ color: #333; text-decoration:underline; }
#header #home a:hover	{ color:#333333; text-decoration:none;}


#header h1 {/* タイトル */
	padding: 100px 0 0 25px;
	font-family : "arial";
	font-size:large;}
#header h2 {
	font-family : "arial";
	font-size:small;
	font-weight:normal;
	margin: 5px 0 0 25px;
}

#menu{
 width:740px;
	height:45px;
	background: #FFF url(../img/bg_menu.gif) no-repeat;}
#menu a 			{ color: #FFF; text-decoration: none; }
#menu a:link		{ color: #FFF; text-decoration: none; }
#menu a:visited	{ color: #FFF; text-decoration: none; }
#menu a:active	{ color: #FFF; text-decoration: none; }
#menu a:hover		{ color: #FFF; text-decoration: none; background:none; }


#content {
	width: 710px;
	margin: 0 auto;}

#content h3 {
	background: url(../img/entry_head.gif) no-repeat left center;
	padding-left: 32px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}

#content p{
 margin-left:50px;
	margin-right:20px;}

#content ul{
 margin-left:70px;
	margin-right:20px;}


/* フッター */
address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	border-top:1px solid #ECECEC;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
}

/*フッター画像*/
#footer {
	height:20px;
	background: #FFF url(../img/footer.gif) no-repeat;
}

/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }
a:hover		{ color: #FFF; text-decoration: none; background:#05A947;}

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* =================================== */
/* 汎用 */
/* =================================== */

.font_red{/* 文字の色：赤 */
 color:#FF0000;}

h4{/* トップページ：問い合わせ */
 text-align:center;
 padding:10px;
 background:#DCF9C2;
	margin:30px 20px 20px 50px;}

.tel{/* 電話番号 */
 color:#FF0000;
	font-size:larger;
	letter-spacing:0.2em;
}

.keitai{/* ケータイからのアクセス */
 width:585px;
	padding:0px 10px;
	margin-left:65px;
	margin-top:30px;
	margin-bottom:40px;
	margin-right:40px;
/*	margin:30px 40px 40px 100px;*/
	border: 1px solid #C3C3C3;
}

