@charset "utf-8";
/*
Theme Name: jinsei
Theme URI: 
Description: 
Author: 人生のしまい方
Author URI: http://www.osoushiki.net/
*/

/*--------------------------------------------------------------------------------
	reset
--------------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------------------------
	base & typography & colors
--------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif, Meiryo;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	/font-size: 62.5%;	/* for IE6-IE7 */
	/font-family: "ＭＳ ゴシック", "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	background: #FFF;
	}

#wrapper {
	padding: 0;
	margin: 0 auto 0;
	width: 755px;
	height: auto;
	background: url(common_images/back.jpg) repeat-y;
	}

h1 {
	font-size: 40px;
	line-height: 1.8em;
	}

h2 {
	font-size: 18px;
	line-height: 1.8em;
	}

h3 {
	font-size: 16px;
	line-height: 1.8em;
	}
h4 {
	font-size: 14px;
	line-height: 1.8em;
	}

h5 {
	font-size: 12px;
	line-height: 1.8em;
	}

h6 {
	font-size: 11px;
	line-height: 1.8em;
	}

p img {
	line-height: 0;
	margin: 0;
	padding: 0;
	}

a img {
	border: none;	
	}

p {
	font-size: 100%;
	line-height: 1.8em;
	}

table {
	border-collapse: collapse;
	border-style: none;
	}

a,
a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	text-decoration: none;	
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
	text-align: center;
	}

.clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
	}

blockquote {
	margin: 0px;
	padding: 8px;
	color: #666600;
	border: 1px dashed #666600;
	}

pre {
	padding: 10px 20px;
	border-left: 6px solid #ddd;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	}

.gotop {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0;
	text-align: right;
	}

.gotop_s {
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0 0;
	text-align: right;
	}


/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

#header {
	width: 755px;
	height: 116px;
	background: url(common_images/head_bg.jpg) no-repeat;
	}

#header h1 {
	width: 345;
	height: 89px;
	float: left;
	}

#header .nav {
	padding-top: 7px;
	padding-right: 95px;
	float: right;
	}

#header .nav ul {
	list-style: none;
	}

#header .nav ul li {
	float: left;
	}

#header .nav ul li.nv1 a {
	width: 62px;
	height: 0;
	padding-top: 15px;
	padding-right: 15px;
	background: url(common_images/head_menu_1.jpg) no-repeat;
	overflow: hidden;
	display: block;
	}

#header .nav ul li.nv1 a:hover {
	background: url(common_images/head_menu_1_over.jpg) no-repeat;
	}

#header .nav ul li.nv2 a {
	width: 105px;
	height: 15px;
	height: 0;
	padding-top: 15px;
	padding-right: 15px;
	background: url(common_images/head_menu_2.jpg) no-repeat;
	overflow: hidden;
	display: block;
	}

#header .nav ul li.nv2 a:hover {
	background: url(common_images/head_menu_2_over.jpg) no-repeat;
	}

#header .nav ul li.nv3 a {
	width: 49px;
	height: 15px;
	height: 0;
	padding-top: 15px;
	padding-right: 15px;
	background: url(common_images/head_menu_3.jpg) no-repeat;
	overflow: hidden;
	display: block;
	}

#header .nav ul li.nv3 a:hover {
	background: url(common_images/head_menu_3_over.jpg) no-repeat;
	}




/*--------------------------------------------------------------------------------
	content
--------------------------------------------------------------------------------*/

#content {
	width: 701px;
	padding: 0 0 0 14px;
	overflow: hidden;
	background: url(common_images/side_back.gif) 14px 0 repeat-y;
	}

#main {
	width: 517px;
	height: 100%;
	margin-bottom: 50px;
	float: right;
	}

#content-sidbg {
	width: 701px;
	padding: 0 0 0 0;
	overflow: hidden;
	background: url(common_images/side_bottom.jpg) 0 bottom no-repeat;
	}

#main .entry,
#main .entry-link {
	width: 517px;
	margin-top: 25px;
	font-size: 1.4em;
	}

#main .entry h2,
#main .entry-link h2 {
	width: 517px;
	margin-bottom: 20px;
	}

#main .entry h3 {
	width: 517px;
	margin-bottom: 10px;
	}

#main .entry h3.shimai {
	width: 520px;
	padding: 3px 0;
	color: #006600;
	border-bottom: 1px dashed #339900;
	}

#main .entry h3.shimai img {
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 7px;
	padding-right: 5px;
	clear: left;
	}

#main .entry p {
	margin: 0 0 15px;
	line-height: 1.4em;
	}

#main .entry p img.alignright {
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 0;
	}

#main .entry p.top-ph {
	margin-left: 24px;
	margin-bottom: 20px;
	}

.wakuline {
	width: 513px;
	margin-bottom: 20px;
	border: 2px solid #D7F6D7;	
	overflow: hidden;
	float: left; /* for IE6 */
	}

.wakuline h4 {
	color: #006229;
	background: #D7F6D7;		
	}

.wakuline h5 {
	color: #006229;
	background: #D7F6D7;		
	}

.wakuline p {
	padding: 15px 15px 0;
	}

.wakuline-table {
	border: 2px solid #D7F6D7;		
	}

/*---------- shimaikata ----------*/

table.shimai {
	width: 513px;
	text-align: left;
	}

table.shimai caption {
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	}

table.shimai tr th {
	width: 103px;
	padding: 5px;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: top;
	}

table.shimai tr td {
	width: 385px;
	padding: 5px;
	padding-left: 10px;
	line-height: 1.4em;
	vertical-align: top;
	}

.box-text {
	width: 430px;
	margin: 0 20px 20px;
	padding: 10px 20px 0;
	border: 1px solid #006600;
	}

.box-text h5 {
	height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	color: #339933;
	border-bottom: 1px solid #339933;
	}

.box-text h5 img {
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	padding-right: 5px;
	clear: left;
	}

/*---------- geneki ----------*/

#main .entry ul.geneki {
	margin-bottom: 10px;
	list-style: none;
	list-style-position: inside;
	}

#main .entry ul.geneki li {
	line-height: 1.6em;
	}

#main .entry h4.geneki-h {
	font-weight: normal;
	}

#main .entry dl {
	margin-bottom: 20px;
	list-style: none;
	list-style-position: inside;
	line-height: 1.6em;
	}

#main .entry dl dt {
	margin: 10px 0;
	font-weight: bold;
	}

#main .entry dl dd {
	font-size: 0.9em;
	/font-size: 1.0em;
	/font-family: "ＭＳ Ｐゴシック", "Lucida Grande", Verdana, sans-serif;
	padding-left: 18px;
	}

#main .entry dl.wali-gen dt {
	margin-left: 20px;
	font-weight: normal;	
	}

#main .entry dl.wali-gen-kkk {
	padding-bottom: 20px;
	}

#main .entry dl.wali-gen-kkk dt {
	margin-left: 20px;
	font-weight: normal;	
	}

#main .entry dl.wali-gen-kkk dd {
	margin-right: 10px;
	float: left;
	}

.nav-top {
	margin: 0;
	padding: 0 0 30px 120px;
	line-height: 1.6em;
	}

.nav-top ul {
	list-style-position: inside;
	list-style: none;
	}

.nav-top ul li {
	padding-left: 17px;
	padding-right: 30px;
	font-weight: bold;
	background: url(common_images/alows.gif) 0 0.1em no-repeat;
	float: left;
	}

/*---------- oijitaku ----------*/

.nav-top-oi {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	}

.nav-top-oi dl {
	margin-top: -10px;
	list-style-position: inside;
	list-style: none;
	clear: both;
	}

.nav-top-oi dl dt {
	padding-left: 17px;
	padding-right: 5px;
	background: url(common_images/alows.gif) 0 0.1em no-repeat;
	float: left;
	}

.nav-top-oi dl dd {
	padding-top: 10px;
	}

.nav-top a,
.nav-top-oi a {
	color: #333;
	}

.nav-top a:hover,
.nav-top-oi a:hover {
	color: #006600;
	text-decoration: underline;
	}

.box-text-ttl {
	width: 515px;
	margin: 15px 0 0;
	padding: 0;
	border: 1px solid #47BF18;
	overflow: hidden;
	}

.box-text-ttl-b {
	width: 515px;
	margin: 35px 0 0;
	padding: 0;
	border: 1px solid #47BF18;
	overflow: hidden;
	}

.box-text-ttl ul,
.box-text-ttl-b ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.box-text-ttl ul li h4,
.box-text-ttl-b ul li h4 {
	padding-top: 2px;
	height: 50px;
	color: #FFF;
	background: #47BF18;
	float: left;
	}

.box-text-ttl ul li.rig,
.box-text-ttl-b ul li.rig {
	margin-top: 7px;
	/margin-top: -6px;
	color: #006600;
	font-size: 1.0em;
	background: #FFF;
	float: left;
	}

.box-text-ttl ul li img,
.box-text-ttl-b ul li img {
	margin-top: 0;
	padding-left: 4px;
	padding-right: 3px;
	}

table.oji {
	width: 510px;
	text-align: left;
	margin-bottom: 10px;
	}

table.oji tr th {
	width: 10px;
	padding: 5px 0;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: top;
	}

table.oji tr td {
	width: 500px;
	padding: 5px 0;
	line-height: 1.4em;
	vertical-align: top;
	}

#main .entry ul.oji {
	margin-bottom: 10px;
	list-style-position: inside;
	}

#main .entry ul.oji li {
	padding-left: 15px;
	line-height: 1.6em;
	}

#main .entry ul.ojino {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	font-size: 0.95em;
	/font-family: "ＭＳ Ｐゴシック", "Lucida Grande", Verdana, sans-serif;
	}

#main .entry ul.ojino li {
	width: 510px;
	padding-left: 0;
	line-height: 1.6em;
	}

.nav-top-oijitaku {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	}

*:first-child+html .nav-top-oijitaku { /* for IE7 */
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", Verdana, sans-serif;
	}

.nav-top-oijitaku ul {
	padding: 10px 0;
	list-style-position: inside;
	list-style: none;
	clear: both;
	font-weight: normal;
	}

.nav-top-oijitaku ul li {
	width: 160px;
	padding: 4px 0;
	float: left;
	}

.nav-top-oijitaku ul li.mon {
	width: 350px;
	}

.nav-oijita {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	}

.nav-oijita ul {
	padding: 10px 0;
	list-style-position: inside;
	list-style: none;
	clear: both;
	font-weight: normal;
	}

.nav-oijita ul li {
	width: 150px;
	padding: 0 0;
	float: left;
	}

.nav-oijita ul li.mon {
	width: 360px;
	}

.nav-oijita ul li.mlong {
	width: 510px;
	}

/*---------- links ----------*/

#main .entry-link ul {
	margin: 20px 0 0 30px;
	color: #333;
	font-weight: normal;
	list-style: none;
	}

#main .entry-link ul li.links a {
	color: #333;
	text-decoration: none;
	}

#main .entry-link ul li.links a:hover {
	color: #006600;
	text-decoration: underline;
	}

#main .entry-link ul li.links img {
	padding-right: 10px;
	}

/*---------- company ----------*/

.box-comp-top {
	width: 437px;
	margin-left: 40px;
	margin-bottom: 30px;
	}

.box-comp-top a {
	color: #006600;
	text-decoration: none;
	}

.box-comp-top a:hover {
	color: #006600;
	text-decoration: underline;
	}

table.comp-top {
	width: 437px;
	border-collapse: separate;
	border-style: none;
	border-spacing: 2px 2px;
	}

table.comp-top tr th {
	width: 100px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: top;
	text-align: center;
	background: #BBEAA8;
	}

table.comp-top tr td {
	padding: 10px 5px 10px 10px;
	line-height: 1.4em;
	vertical-align: top;
	background: #EDFAE7;
	}

.box-text-comp {
	width: 435px;
	margin-left: 41px;
	}

table.comp {
	width: 435px;
	text-align: left;
	background: #EDFAE7;
	}

table.comp caption {
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	background: #BBEAA8;
	}

table.comp tr th {
	width: 90px;
	padding: 8px 5px 5px 15px;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: top;
	}

table.comp tr td {
	padding: 8px 5px 5px 0;
	line-height: 1.4em;
	vertical-align: top;
	}

/*---------- inquiry ----------*/

.area-inq {
	width: 489px;
 	margin: 0 14px;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	background: #E6FBD0 url(top_images/top_kakomi_3.jpg) left bottom no-repeat;
	overflow: hidden;
	}

.area-inq h3 {
	width: 489px;
	}

.area-inq h4 {
 	font-size: 0.85em;
	/*font-weight: normal;*/
	color: #006600;
	}

.area-inq .inq-le {
	width: 114px;
	margin-top: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	text-align: center;
	float: left;
	}

.area-inq .inq-ri {
	width: 310px;
	padding-top: 10px;
	padding-right: 20px;
	float: right;	
	}

.area-inq .inq-ri ul {
	margin-top: 5px;
	color: #006600;
	list-style: none;	
	}

.area-inq .inq-ri ul li {
	list-style: none;	
	}

.area-inq  a {
	color: #3399FF;
	text-decoration: none;
	}

.area-inq  a:hover {
	color: #3399FF;
	text-decoration: underline;
	}

table.inq {
	width: 517px;
	margin-bottom: 30px;
	text-align: left;
	background: #D7F6D7;
	border-collapse: separate;
	border-style: none;
	border-spacing: 1px 1px;
	}

table.inq tr th {
	width: 100px;
	padding: 5px;
	color: #FFF;
	line-height: 1.4em;
	vertical-align: top;
	background: #339933;
	}

table.inq tr td {
	padding: 5px;
	line-height: 1.4em;
	vertical-align: top;
	background: #FFF;
	}

table.inq tr td p {
	padding: 10px 0 0;
	/padding: 0 0 0;
	}

*:first-child+html textarea { /* for IE7 */
	width: 350px;
	}


/*--------------------------------------------------------------------------------
	sidebar
--------------------------------------------------------------------------------*/

#sidebar {
	width: 147px;
	height: 100%;
	padding: 0;
	float: left;
	}

#sidebar ul {
	list-style: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul li {
	height: 20px;
	margin: 10px 0;
	padding: 0 0;
	}

#sidebar ul li ul li img {
	height: 14px;
	margin: 0 0;
	padding: 0 0;
	}

#sidebar ul li ul li a {
	height: 20px;
	margin: 0 0;
	padding: 8px 0 2px 27px;
	/padding-top: 4px;
	background: url(common_images/menu_s_off.jpg) 0.7em 0.4em no-repeat;
	}

#sidebar ul li ul li a:hover {
	height: 20px;
	background: url(common_images/menu_s_over.jpg) 0.7em 0.4em no-repeat;
	}


/*--------------------------------------------------------------------------------
	widget
--------------------------------------------------------------------------------*/

.widget {
	color: #333;
	background: #e2e2a9;
	border-bottom: 12px solid #999933;
	}

.widget p {
	padding: 5px 10px;
	font-size: 1.2em;
	}

h2.widgettitle {
	font-size: 1.5em;	
	padding: 5px 10px 0;
	}

.textwidget h4 {
	padding: 5px 10px 0;
	text-decoration: underline;
	}


/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/

#footer {
	width: 525px;
	padding-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	border-top: 1px solid #333;
	float: right;
	}

#footer address {
	font-size: 1.2em;
	font-style: normal;
	}

/*------------------------------------------------
	Contact Form 7 Plugin
------------------------------------------------*/

input {
	padding: 2px;
	font-weight: normal;
	border: solid 1px #333;
	}

textarea {
	padding: 2px;
	font-size: 1em;
	font-weight: normal;
	border: solid 1px #333;
	}

input:hover,
textarea:hover {
	border-color: #339933;
	}

submit input:hover {
	border-color: #339933;
	background: #FFCC00;	
	}

