* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


.img_sp { float: left; margin: 5px 10px 0 0; }

/* BODY-------------------------------*/
body {
	background: #DCE9F0;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}

a:link, a:visited, a:active {color: #996633;text-decoration: underline;}
a:hover{color : #FF0000;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#foundation{
	width: 820px;
	margin: 0 auto;
	background: url("img/foundation.gif") repeat-y;
	text-align: center;
	position: relative;
}

#main {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#set {
	width: 760px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

/*  ヘッダー  */
#header {
	height:50px;
	margin: 0;
	color: #FFF;
	background: #FFF799 url("img/header.gif") no-repeat;
	text-align: left;
}

#header h1 {
 position: absolute;
 top: 20px;
 left: 30px;
 font-size: 22px;
 font-weight: bold;
 color: #FFF;
 text-decoration: none;
}

#header h1 a:hover {
 color: #FF9900;
 text-decoration: underline;
}

#banner {
	height:240px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: #FFDF58 url("img/work_life.jpg") no-repeat;
}

/*  記事枠等の属性  */
#outline {
	float: left;
	width: 750px;	
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#outline h2.entry_word {
	margin: 15px 5px 0 20px;
        padding-top:2px;
	border: 0px;
	color: #664433;
	font-weight: bold;
	font-size: 108%;
	line-height: 200%;
	display: block;
	text-align: left;
	text-indent: 35px;
	background: url("img/point.gif") no-repeat top left;
}

#outline h3.entry_word,h4.entry_word {
	margin: 5px 5px 0 20px;
        padding-top:2px;
	border: 0px;
	color: #664433;
	font-weight: bold;
	font-size: 108%;
	line-height: 200%;
	display: block;
	text-align: left;
	text-indent: 35px;
	background: url("img/point.gif") no-repeat top left;
}

#outline .entry{
	margin: 0 10px 20px 20px;
	text-align: left;
}

#outline .entry p{
	padding: 5px 0;
}

/*  メインメニュー  */
#navi{
	position: absolute;
	left:10px;
	top: 270px;
	margin: 0 auto;
	width: 800px;
	height: 33px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
#navi ul{list-style: none; margin: 0; padding: 0;}
#navi li{margin: 0; padding: 0; float: left;}
#navi li.bar_1 a:link, #navi li.bar_1 a:visited, #navi li.bar_1 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu01.gif") no-repeat;
	display: block;
}
#navi li.bar_1 a:hover{background: url("img/gmenu11.gif") no-repeat;color: #FFF;}

#navi li.bar_2 a:link, #navi li.bar_2 a:visited, #navi li.bar_2 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu02.gif") no-repeat;
	display: block;
}
#navi li.bar_2 a:hover{background: url("img/gmenu12.gif") no-repeat;color: #FFF;}

#navi li.bar_3 a:link, #navi li.bar_3 a:visited, #navi li.bar_3 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu03.gif") no-repeat;
	display: block;
}
#navi li.bar_3 a:hover{background: url("img/gmenu13.gif") no-repeat;color: #FFF;}

#navi li.bar_4 a:link, #navi li.bar_4 a:visited, #navi li.bar_4 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu04.gif") no-repeat;
	display: block;
}
#navi li.bar_4 a:hover{background: url("img/gmenu14.gif") no-repeat;color: #FFF;}

#navi li.bar_5 a:link, #navi li.bar_5 a:visited, #navi li.bar_5 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu05.gif") no-repeat;
	display: block;
}
#navi li.bar_5 a:hover{background: url("img/gmenu15.gif") no-repeat;color: #FFF;}

/*フッター*/
#footer{
 	clear: both;
 	width: 820px;
 	height: 60px;
 	margin: 0;
 	color: #999;
 	padding: 0;
 	text-align: left;
	background: url("img/footer.gif") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}
