﻿/*------------------------------------------------
Title : 株式会社ビーンズアーキテクト CSS

Created : 2009/7/2 Thu.
Modified : 2009/7/6 Mon.

Author : Rina Suzuki (rinazo.com)
Author URL : http://rinazo.com/
------------------------------------------------*/

/*-----------------------------------------------
 1. Default Reset
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
 2. Base TAG
-----------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-top: 6px solid #003399;
	background: url(../images/bg.png) repeat-x 0 6px;
	font-size: 0.8em;
	color: #333333;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-family: "MS P ゴシック", sans-serif;
	vertical-align: baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	clear: both;
	display: none;
}

h1 {
	text-indent: -99997px;
}

#header h2 {
	text-indent: -99997px;
	float: left;
}

h3 {
	margin: 0;
}

h4 {
	margin: 15px 15px 10px 15px;
}

h5 {
	margin: 15px 15px 10px 15px;
	padding: 5px;
	font-size: 120%;
	border-left: 3px solid #003399;
}


strong {
	font-weight: bold;
	color: #cc0000;
	font-size: 120%;
}

/*-----------------------------------------------
 3. Base Link Color Setting
-----------------------------------------------*/

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

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


/*-----------------------------------------------
 4. Header
-----------------------------------------------*/

#header {
	margin: 0 auto;
	width: 950px;
	height: 70px;
}

#header .h_logo a {
	margin: 5px 0 0 0;
	display: block;
	background: url(../images/h_logo.png) no-repeat;
	width: 745px;
	height: 58px;
	text-indent: -99997px;
	float: left;
}

#header .h_contact a {
	display: block;
	background: url(../images/h_contact.png) no-repeat right;
	height: 58px;
	text-indent: -99997px;
}


/*-----------------------------------------------
 5.Global Navigation
-----------------------------------------------*/

#g_menu {
	margin: 0;
	padding: 0;
	background: url(../images/bg_menu.png) repeat-x;
	height: 80px;
	clear: both;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	margin: 0 auto;
	width: 950px;
	height: 80px;
	background: url(../images/menu_bg.png) no-repeat;
}
#g_navi ul {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#g_navi li {
	display: inline;
	list-style-type: none;
}
#g_navi li a {
	padding: 15px 0 0 0;
	height: 45px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background: url(../images/menu.png) no-repeat 0px 0px;
	width: 160px;
}
#g_navi li.g_navi02 a {
	background: url(../images/menu.png) no-repeat 0px -160px;
	width: 157px;
}
#g_navi li.g_navi03 a {
	background:url(../images/menu.png) no-repeat 0px -317px;
	width: 157px;
}
#g_navi li.g_navi04 a {
	background:url(../images/menu.png) no-repeat 0px -474px;
	width: 157px;
}
#g_navi li.g_navi05 a {
	background:url(../images/menu.png) no-repeat 0px -631px;
	width: 157px;
}
#g_navi li.g_navi06 a {
	background:url(../images/menu.png) no-repeat 0px -788px;
	width: 162px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background: url(../images/menu.png) no-repeat 0px -80px;
	color: #ffffff;
}
#g_navi li.g_navi02 a:hover {
	background: url(../images/menu.png) no-repeat -160px -80px;
	color: #ffffff;
}
#g_navi li.g_navi03 a:hover {
	background: url(../images/menu.png) no-repeat -317px -80px;
	color: #ffffff;
}
#g_navi li.g_navi04 a:hover {
	background: url(../images/menu.png) no-repeat -474px -80px;
	color: #ffffff;
}
#g_navi li.g_navi05 a:hover {
	background: url(../images/menu.png) no-repeat -631px -80px;
	color: #ffffff;
}
#g_navi li.g_navi06 a:hover {
	background: url(../images/menu.png) no-repeat -788px -80px;
	color: #ffffff;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background: url(../images/menu.png) no-repeat 0 -80px;
	width: 160px;
	color: #ffffff;
}
#g_navi li.g_navi02_on a {
	background: url(../images/menu.png) no-repeat -160px -80px;
	width: 157px;
	color: #ffffff;
}
#g_navi li.g_navi03_on a {
	background: url(../images/menu.png) no-repeat -317px -80px;
	width: 157px;
	color: #ffffff;
}
#g_navi li.g_navi04_on a {
	background: url(../images/menu.png) no-repeat -474px -80px;
	width: 157px;
	color: #ffffff;
}
#g_navi li.g_navi05_on a {
	background: url(../images/menu.png) no-repeat -631px -80px;
	width: 157px;
	color: #ffffff;
}
#g_navi li.g_navi06_on a {
	background: url(../images/menu.png) no-repeat -788px -80px;
	width: 162px;
	color: #ffffff;
}


/*-----------------------------------------------
 6.Contents
-----------------------------------------------*/
#top_flash {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	height: 300px;
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
}

/*-- Main Column --*/

#top_left {
	margin: 15px 0;
	float: left;
	width: 650px;
}

#top_left iframe {
	margin: 5px 5px 15px 5px;
	padding: 5px 5px 20px 5px;
	width: 580px;
	height: 420px;
	border: 0;
	background: url(../images/cont_bottom.png) no-repeat center bottom;
}

.cont_entry p {
	margin: 0;
	padding: 0px 15px 5px 15px;
	width: 580px;
	line-height: 1.6;
}

.cont_entry p.p_box {
	margin: 10px 35px;
	padding: 15px;
	border: 1px dotted #1E038A;
	background-color: #e1f4ff;
	text-align: center;
	width: 450px;
}

.cont_entry ul {
	margin: 10px 35px;
	padding: 15px;
	border: 1px dotted #1E038A;
	background-color: #e1f4ff;
	width: 450px;
}

.cont_entry ul li {
	margin: 0 0 0 20px;
}

.cont_entry_end {
	margin: 0;
	padding: 0 0 60px 0;
	width: 595px;
	background: url(../images/cont_bottom.png) no-repeat center bottom;
}

.cont_entry_end p {
	margin: 0;
	padding: 0px 15px 5px 15px;
	width: 580px;
	line-height: 1.6;
}

.cont_entry_end p.p_box {
	margin: 10px 35px;
	padding: 15px;
	border: 1px dotted #1E038A;
	background-color: #e1f4ff;
	text-align: center;
	width: 450px;
}

table {
	margin: 0 0 0 15px;
	width: 580px;
}

table.t_service th,td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 1.6;
}

table.t_company th,.t_contact th {
	padding: 5px;
	background: #e1f4ff;
}

table.t_company td ul {
	margin: 0 0 0 20px;
}




.txt_red {
	color: #CC0000;
}

.txt_blue {
	color: #003399;
	font-weight: bold;
}

.pankuzu {
	margin: 0 15px 15px 15px;
}

.pagetop {
	margin: 20px 0;
	text-align: right;
}

.imgleft {
	margin: 5px;
	float: left;
}

/*-- Right Column --*/

#top_right {
	margin: 15px;
	float: right;
}

#top_right .links {
	margin: 15px 0;
}

#top_right .links ul {
	margin: 0;
}

#top_right .links li {
	margin: 0;
	padding: 5px 3px;
	list-style-type: none;
}


/*-----------------------------------------------
 7.Footer
-----------------------------------------------*/
#footer {
	clear: both;
	padding: 5px;
	background: #003399;
	text-align: center;
	color: #FFFFFF;
	height: 45px;
}

#footer a {
	color: #FFFFFF;
}

#footer .f_link {
	margin: 0;
}

#footer .f_copy {
	margin: 5px 0 0 0;
	font-size: 80%;
}