﻿/*------------------------------------------------
Title : WEBビジネス参謀 CSS

Created : 2009/7/17
Modified : 2009/7/24

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 #019377;
	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 0 15px 0;
}

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

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


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

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

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

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


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

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

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

#header .h_contact a {
	padding: 20px 0 0 0;
	display: block;
	background: url(../images/link_tel.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: 90px;
	background: url(../images/menu_bg.png) no-repeat;
	text-indent: -99997px;
}
#g_navi ul {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#g_navi li {
	display: inline;
	list-style-type: none;
}
#g_navi li a {
	padding: 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: 157px;
}
#g_navi li.g_navi02 a {
	background: url(../images/menu.png) no-repeat 0px -157px;
	width: 158px;
}
#g_navi li.g_navi03 a {
	background:url(../images/menu.png) no-repeat 0px -315px;
	width: 158px;
}
#g_navi li.g_navi04 a {
	background:url(../images/menu.png) no-repeat 0px -474px;
	width: 158px;
}
#g_navi li.g_navi05 a {
	background:url(../images/menu.png) no-repeat 0px -631px;
	width: 158px;
}
#g_navi li.g_navi06 a {
	background:url(../images/menu.png) no-repeat 0px -788px;
	width: 161px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background: url(../images/menu.png) no-repeat 0px -45px;
	color: #ffffff;
}
#g_navi li.g_navi02 a:hover {
	background: url(../images/menu.png) no-repeat -157px -45px;
	color: #ffffff;
}
#g_navi li.g_navi03 a:hover {
	background: url(../images/menu.png) no-repeat -315px -45px;
	color: #ffffff;
}
#g_navi li.g_navi04 a:hover {
	background: url(../images/menu.png) no-repeat -473px -45px;
	color: #ffffff;
}
#g_navi li.g_navi05 a:hover {
	background: url(../images/menu.png) no-repeat -631px -45px;
	color: #ffffff;
}
#g_navi li.g_navi06 a:hover {
	background: url(../images/menu.png) no-repeat -789px -45px;
	color: #ffffff;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background: url(../images/menu.png) no-repeat 0 -45px;
	width: 157px;
	color: #ffffff;
}
#g_navi li.g_navi02_on a {
	background: url(../images/menu.png) no-repeat -157px -45px;
	width: 158px;
	color: #ffffff;
}
#g_navi li.g_navi03_on a {
	background: url(../images/menu.png) no-repeat -315px -45px;
	width: 158px;
	color: #ffffff;
}
#g_navi li.g_navi04_on a {
	background: url(../images/menu.png) no-repeat -473px -45px;
	width: 158px;
	color: #ffffff;
}
#g_navi li.g_navi05_on a {
	background: url(../images/menu.png) no-repeat -631px -45px;
	width: 158px;
	color: #ffffff;
}
#g_navi li.g_navi06_on a {
	background: url(../images/menu.png) no-repeat -789px -45px;
	width: 161px;
	color: #ffffff;
}


/*-----------------------------------------------
 6.Contents
-----------------------------------------------*/
#mainimage {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	height: 270px;
	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;
}

#cont_entry {
	margin: 0 25px;
	width: 600px;
	line-height: 1.6;
}

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

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

#cont_entry table.t_company {
	margin: 15px 0 0 0;
	width: 600px;
}

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

#cont_entry .t_company th {
	padding: 5px;
	background: #e1f4ff;
	width: 30%;
}

.f_attention {
	margin: 15px auto;
	padding: 5px 5px 5px 40px;
	width: 450px;
	height: 90px;
	background: url(../images/flow_attention.png) no-repeat left top #EBEBEB;
}

.plantext {
	margin: 15px 15px 30px 15px;
	padding: 5px;
}

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

.go_contact {
	margin: 15px 0;
	text-align: center;
}

.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: #019377;
	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%;
}