/* サイト全体のCSS Document */
@charset "UTF-8";

*{ margin:0px; padding:0px; line-height:100%; outline:none;}
img{ border:0px;}

.mgt05{ margin-top:5px;}
.mgt10{ margin-top:10px;}
.mgt15{ margin-top:15px;}

.mgb10{ margin-bottom:10px;}
.mgb20{ margin-bottom:20px;}
.mgb30{ margin-bottom:30px;}
.mgb40{ margin-bottom:40px;}

.mgl10{ margin-left:10px;}
.mgl30{ margin-left:30px;}

.mgn01{ margin:0px 10px 0px 0px;}


.fll{ float:left;}
.flr{ float:right;}

.red{ color:#FF0000;}

/* ============================================
	全ページ共通部分
============================================ */
body{ padding:0px; margin:0px; font-size:14px; color:#333333; font-family: "Verdana", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; background:url(../images/common/bg.gif) repeat-x;}

#wrapper{ width:960px; margin:auto;}

/* ============================================
	ヘッダエリア
============================================ */
.headarea{ width:960px; height:110px; padding:20px 0px 0px 0px; margin:0px; background:url(../images/common/head_bg.gif) repeat-x;}
.headarea h1{ position:relative; top:-10px; left:20px; font-weight:normal; font-size:12px; color:#666666; z-index:9;}


/* ============================================
	ヘッダメニュー
============================================ */
.menu { width:960px; height:60px; padding:0px; margin:0px;}
ul#nav1 li { width:192px; height:60px; overflow:hidden; margin:0px; padding:0px; float:left;}


/* ============================================
	ぱんくず
============================================ */

.breadcrumb{ width:938px; height:25px; padding:13px 0px 0px 20px; margin-bottom:10px; background-color:#FFF9D2; border:1px solid #F0E7AD; color:#230200;}
.breadcrumb a{ color:#0080E8; text-decoration:none;}
.breadcrumb a:hover{ color:#0080E8; text-decoration:underline;}



/* ============================================
	フッターエリア
============================================ */
#footarea{ width:100%; padding:35px 0px 50px 0px; margin:auto; background-color:#0080E8;}

.footbox{ width:960px; padding:0px 0px 0px 0px; margin:auto;}
.footbox ul{ list-style:none;}
.footbox li{ padding:0px 60px 0px 0px; float:left;}

.footbox li p{ font-size:12px; color:#000000; padding:15px 0px 0px 50px; margin:0px;}
.footbox li a{ color:#ffffff; margin:0px; text-decoration:none;}
.footbox li a:hover{ color:#ffffff; margin:0px; text-decoration:underline;}

#footarea02{ width:100%; height:15px; padding:10px 0px 5px 0px; margin:auto; background-color:#0080E8; text-align:center; font-size:12px; color:#FFFFFF;}


/*クリア*/
div .clear{
	width:0px;
	heigth:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

/* ============================================
	systemエラー用
============================================ */
#error{	color:#FF0000; width:620px; margin:10px 30px; padding:10px; border:2px solid #FF3300; background-color:#FFF0F0; list-style:none;}
#error02{ color:#FF0000; width:614px; padding:10px; border:2px solid #FF3300; margin:0px 0px 20px 0px; background-color:#FFF0F0; list-style:none;}