﻿/*------------------------------------------------
Title : 株式会社ピーアール・ネクスト CSS

Created : 2010/2/20 Sat.
Modified : 2010/3/7 Sat..

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: #003399;
	font-size: 0.85em;
	color: #333333;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-size: 100%;
	font-family: "MS P ゴシック", sans-serif;
	vertical-align: baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 85%;
	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;
}

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;
	padding: 10px 0 0 0;
	width: 950px;
	height: 90px;
}

#header .h_logo a {
	margin: 5px 0 0 0;
	display: block;
	background: url(../../images/logo.png) no-repeat;
	width: 665px;
	height: 80px;
	text-indent: -99997px;
	float: left;
}

#header .h_contact a {
	display: block;
	background: url(../../images/bt_contact.png) no-repeat right;
	height: 80px;
	text-indent: -99997px;
}


/*-----------------------------------------------
 5.Global Navigation
-----------------------------------------------*/

#g_menu {
	margin: 0;
	padding: 0;
	background: url(../../images/bg_menu.png) repeat-x;
	height: 106px;
	clear: both;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	margin: 0 auto;
	width: 950px;
	height: 106px;
	background: url(../../images/menu.png) no-repeat;
}
#g_navi ul {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#g_navi li {
	display: inline;
	list-style-type: none;
	text-indent: -999999px;
}
#g_navi li a {
	padding: 0;
	height: 106px;
	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: 172px;
}
#g_navi li.g_navi02 a {
	background: url(../../images/menu.png) no-repeat 0px -250px;
	width: 173px;
}
#g_navi li.g_navi03 a {
	background:url(../../images/menu.png) no-repeat 0px -345px;
	width: 162px;
}
#g_navi li.g_navi04 a {
	background:url(../../images/menu.png) no-repeat 0px -507px;
	width: 155px;
}
#g_navi li.g_navi05 a {
	background:url(../../images/menu.png) no-repeat 0px -662px;
	width: 146px;
}
#g_navi li.g_navi06 a {
	background:url(../../images/menu.png) no-repeat 0px -808px;
	width: 142px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background: url(../../images/menu.png) no-repeat 0px -106px;
}
#g_navi li.g_navi02 a:hover {
	background: url(../../images/menu.png) no-repeat -172px -106px;
}
#g_navi li.g_navi03 a:hover {
	background: url(../../images/menu.png) no-repeat -345px -106px;
}
#g_navi li.g_navi04 a:hover {
	background: url(../../images/menu.png) no-repeat -507px -106px;
}
#g_navi li.g_navi05 a:hover {
	background: url(../../images/menu.png) no-repeat -662px -106px;
}
#g_navi li.g_navi06 a:hover {
	background: url(../../images/menu.png) no-repeat -808px -106px;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background: url(../../images/menu.png) no-repeat 0 -106px;
	width: 172px;
}
#g_navi li.g_navi02_on a {
	background: url(../../images/menu.png) no-repeat -172px -106px;
	width: 173px;
}
#g_navi li.g_navi03_on a {
	background: url(../../images/menu.png) no-repeat -345px -106px;
	width: 162px;
}
#g_navi li.g_navi04_on a {
	background: url(../../images/menu.png) no-repeat -507px -106px;
	width: 155px;
}
#g_navi li.g_navi05_on a {
	background: url(../../images/menu.png) no-repeat -662px -106px;
	width: 146px;
}
#g_navi li.g_navi06_on a {
	background: url(../../images/menu.png) no-repeat -808px -106px;
	width: 142px;
}


/*-----------------------------------------------
 6.Contents
-----------------------------------------------*/
#top_flash {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	height: 280px;
	clear: both;
}

#wrapper_top {
	margin: 0;
	padding: 0;
	background: url(../../images/bg.png) repeat-x top center;
	text-align: center;
}

#wrapper_sub {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

#container {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #003399;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: #FFF;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #contents {
	height: 1em;
	overflow: visible;
}
/**/

/*-- Main Column --*/

#top_left {
	margin: 0;
	float: left;
	width: 620px;
	background: #FFF;
	text-align: left;
}

#top_left .entry {
	margin: 10px 10px 20px 10px;
	line-height: 1.6;
}

#top_left .entry p {
	margin: 10px;
}

#top_left .entry .topinfo dl {
	margin: 10px;
	height: 250px;
	overflow: auto;
}

#top_left .entry .topinfo dt {
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}

#top_left .entry .topinfo dd {
	padding: 5px 5px 5px 6em;
	border-bottom: 1px dotted #999;
}

#top_left h4.subh4 {
	margin: 20px 0 0 0;
	padding: 6px 0 0 45px;
	background: url(../../images/sub_h4_bg.png) no-repeat;
	font-size: 120%;
	height: 36px;
}

#top_left h5.subh5 {
	margin: 20px 0 0 0;
	padding: 6px 0 0 45px;
	background: url(../../images/sub_h5_bg.png) no-repeat;
	font-size: 120%;
	height: 36px;
}

#top_left .service ul {
	margin: 10px auto;
	padding: 15px;
	border: 3px dotted #FFCC33;
	width: 500px;
	list-style-position: inside;
}

#top_left .entry .pr dl dt {
	margin: 10px;
}

#top_left .entry .pr dl dt {
	width: 60px;
	height: 60px;
}

#top_left .entry .pr dd {
	margin: -80px 0 20px 70px;
	padding: 10px 0 0 15px;
	border-left: 3px solid #4F78CC;
	height: 60px;
	font-size: 120%;
}

#top_left .entry .company{
	margin: 10px auto;
}

table.t_company {
	width: 100%;
	border: 1px solid #E5EFF8;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.t_company td { 
	padding: 5px;
	border: 1px solid #E5EFF8;
	border-width: 0px 0px 1px 1px;
}

table.t_company td.item {
	width: 30%;
	background: #F9FCFE;
}

#top_left .entry .privacy {
	margin: 10px;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #999;
}


.pagetop {
	padding: 10px;
	text-align: right;
}

.topicpath {
	margin: 10px 10px 20px 10px;
	font-size: 90%;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignright {
	float: right;
}


/*-- Right Column --*/

#top_right {
	margin: 0 10px 0 0;
	float: right;
	background: #FFF;
	text-align: center;
}

/*-----------------------------------------------
 7.Footer
-----------------------------------------------*/
#footer {
	clear: both;
	padding: 20px 5px 5px 5px;
	background: #000066;
	text-align: center;
	color: #FFFFFF;
	height: 90px;
}

#footer a {
	color: #FFFFFF;
}

#footer .f_link {
	margin: 0;
}

#footer .f_copy {
	margin: 15px 0 0 0;
	font-size: 80%;
}