/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}

html {
	overflow-y:scroll;
	background-color: #29ABE2;
	min-width: 776px;
}

body {
	margin: 0;
	color: #333;
	background: url(../img/bg.gif);
	min-width: 776px;
}

.iepngfix {behavior: expression(IEPNGFIX.fix(this));}

/* 文字サイズ */
img {
	border: none;
	}

p{
	margin: 0 0 15px 0;
}

span {
	color: #29ABE2;
}

ul,ol,dl{
	margin: 0px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003300;
}

#title {
	width: 100%;
	border-bottom: 2px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #29ABE2;
}

#title h1 {
	font-size: 12px;
	padding: 3px;
	font-weight: normal;
	margin: 0 auto;
	width: 770px;
	color: #FFFFFF;
	text-align: center;
}

/* ========================================  #page ページ外枠 */
#page_outside {
	width: 770px;
	margin: 0 auto;
}

#page {
	text-align: center;
}

/* ========================================  #header 画面上部 */
#header {
	width: 700px;
	position:relative;
}

/* ========================================  menuL 右サイドメニュー */
div#top_navi {
	width: 580px;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}

#top_navi a {
	color: #333333;
}

#top_navi a:hover {
	color: #999999;
}

.logo_img {
	text-align: center;
}

.logo_img img {
	border: #666 solid 1px;
}

#top_navi ul {
	list-style: none;
	margin: 10px 5px 15px 35px;
	}

#top_navi li a {
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 0 10px;
	}

#top_navi ul.kousaku li a {
	background: url(../img/list_kousaku.gif) left center no-repeat;
}

#top_navi ul.design li a {
	background: url(../img/list_design.gif) left center no-repeat;
}

#top_navi ul.north li a {
	background: url(../img/list_north.gif) left center no-repeat;
}

#top_navi ul li a:hover {
	background: url(../img/list_hover.gif) left center no-repeat;
}

/* ========================================  menuL ページトップ画像 */
div.kousaku {
	padding: 10px;
	border-right: #666 solid 1px;
	float: left;
	text-align: left;
	width: 170px;
	height: 160px;
}

div.kousaku_right {
	padding: 10px;
	float: left;
	text-align: left;
	width: 170px;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
}


/* ========================================  #footer 画面下部 */
#footer {
	font-size: 11px;
	padding: 5px 10px 5px 0px;
	border-top: 2px solid #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	background-color: #29ABE2;
}

/* ========================================  そのほか個別設定 */
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


