﻿@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: 保険選びもネットで安心　｜　保険バリュー
	Created: 2009-09-10
	Copyright: Copyright (C)2009 Samurai Factory Inc.
	Note :
		Outline - 
				1: Structure
					1-1. Hypertext		--- Link color setting
					1-2. Layout   --- all page layout
					1-3. Footer
					1-4. Login,Menu,list
					1-5. Details
				
				2: Page
					2-1. トップページ
					2-2. 入院・手術保険
					2-3. 自動車・バイク保険
					2-4. オススメ保険
					2-5. 保険の知識
					2-6. 海外保険				
				
				3: etc
					
------------------------------------------------------------------------------*/

/*============================================================================

	1-1. Hypertext
	
=============================================================================*/

a:link,
a:visited {
	color: #03006f;
	text-decoration: underline;
	}

a:hover,
a:active {
	color: #aa0018;
	text-decoration: none;
	}


/*============================================================================

	1-2. Layout
	
=============================================================================*/


html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	background:#a5c8a5;
	font-family: "Verdana","ＭＳ Ｐゴシック","Osaka";
	font-size: 85%;
	color: #505050;
	}

*html body {
	font-size: 80%;
	}

*:first-child+html body {
	font-size: 80%;
	}

	div#main {
		width: 970px;
		min-width: 970px;
		margin: 0 auto;
		}
		div#header {
			width: 970px;
			height: 70px;
			background: url(../img/header_back.gif) no-repeat;
			float: left;
			}
			div#header ul {
				width: 220px;
				float: right;
				display: inline;
				}
				div#header ul li {
					float: left;
					margin: 20px 0px 0px 10px;
					}
			
		div#main_in {
			background: url(../img/background.gif) repeat-y;
			width: 970px;
			float: left;
			}
			
		div#contents_header {
			width: 970px;
			height: 82px;
			
			}
			div#contents_header img {
				margin: 20px 0px 0px 30px;
				float: left;
				}
			div#contents_header h2 {
				margin: 30px 28px 0px 0px;
				float: right;
				display: inline;
				}
				div#contents_header h2 img {
					margin: 0px;
					}

/*============================================================================

	1-3. Footer

=============================================================================*/					

/*	footer menu
--------------------------------*/

div#footer_menu {
	width: 940px;
	margin: 20px 0px 0px 25px;
	float: left;
	display: inline;
	color: #ffffff;
	}
	div#footer_menu img {
		float: left;
		}

	div#footer_menu ul {
		float: left;
		margin: 0px 0px 0px 20px;
		border: solid 1px #cccccc;
		padding: 1px;
		}
		div#footer_menu ul li {
			display: block;
			float: left;
			padding: 5px 7px 5px 7px;
			}
			div#footer_menu ul li.stay {
			display: block;
			float: left;
			background: #bcb995;
			}

/*	footer オススメリンク
--------------------------------*/
div#footer_osusume {
	width: 940px;
	margin: 10px 0px 0px 25px;
	float: left;
	display: inline;
	}
	div#footer_osusume img {
		float: left;
		}

	div#footer_osusume ul {
		float: left;
		margin: 0px 0px 0px 20px;
		}
		div#footer_osusume ul li {
			display: block;
			float: left;
			padding: 5px;
			margin: 0px 5px 0px 0px;
			}

/*	copyright
--------------------------------*/
div#footer {
	width: 970px;
	height: 60px;
	background: url(../img/footer_back.gif) no-repeat;
	padding: 40px 0px 0px 0px;
	margin-right: -3px;
	display: inline;
	float: left;
	}
	div#footer p {
		text-align: center;
		width: 970px;
		margin: 0px;
		}

/*============================================================================

	1-4. Menu, breadcrumbs list

=============================================================================*/

/*	menu
--------------------------------*/

div#menu {
	width: 265px;
	float: left;
	background: url(../img/menu_back.gif) no-repeat;
	}
	

	div#menu ul {
		width: 210px;
		margin: 15px 0px 0px 33px;
		float: left;
		display: inline;
		}
		div#menu ul li {
			float: left;
			margin:0px 0px 3px 0px;
			}
	
	div#menu ol {
		width: 215px;
		margin: 10px 0px 0px 30px;
		float:left;
		display: inline;
		}
		div#menu ol li {
			float: left;
			margin:0px 0px 3px 0px;
			} 


/*	breadcrumbs list
--------------------------------*/
div#bread {
	width: 705px;
	height: 20px;
	margin: 0px;
	}
	



/*============================================================================

	1-5. Detaile
	
=============================================================================*/

/*	header Logo, Title
--------------------------------*/

h1 {
	margin: 20px 0px 0px 30px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	display: inline;
	}

h3 {
	width:650px;
	height: 25px;
	background: url(../img/h3_back.gif) no-repeat;
	padding: 7px 0px 0px 25px;
	margin: 10px 0px 5px 0px;
	font-size: 130%;
	float: left;
	}

*html h3 {
	padding: 10px 0px 0px 25px;
	}

*:first-child+html h3 {
	padding: 10px 0px 0px 25px;
	}

/*	list reset
--------------------------------*/
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


/*	img reset
--------------------------------*/
img {
	margin: 0;
	border: 0;
	vertical-align: bottom;
	}

/*	weight reset
--------------------------------*/
b, strong {
	font-weight: normal;
	}

/*============================================================================

	2-1. トップページ

=============================================================================*/

/*	トップのロゴと紹介分
--------------------------------*/
div#t_logo {
	width: 970px;
	float: left;
	}
	div#t_logo img {
		float: left;
		margin: 18px 0px 0px 40px;
		}
	
	div#t_logo ul {
		float: right;
		width: 615px;
		margin: 18px 0px 0px 0px;
		}
		div#t_logo ul li {
			width: 550px;
			margin: 0px;
			}
			div#t_logo ul li p {
				width: 520px;
				margin: 0px 0px 0px 10px;
				line-height: 160%;
				}
			div#t_logo ul li img {
				margin: 0px;
				}
				
div#t_logo h2 {
	margin: 0px;
	}
				

/*	トップコンテンツ
--------------------------------*/
div#t_contents {
	margin: 10px 0px 0px 0px;
	width: 970px;
	float: left;
	}

/*	メインコンテンツ
--------------------------------*/
div#main_contents {
	width: 900px;
	margin: 12px 0px 0px 40px;
	float: left;
	background: url(../img/main_back.gif) repeat-y;
	display: inline;
	}
	div#main_contents .cont {
		width: 300px;
		float: left;
		margin-right: -1px;
		}
		div#main_contents .cont h3 {
			width: 300px;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			float: left;
			background: none;
			}
		div#main_contents .cont p {
			width:285px;
			margin: 0px 0px 10px 3px;
			line-height: 150%;
			}
			div#main_contents .cont p img {
				margin:0px 0px 3px 0px;
				}
			div#main_contents .cont p.more {
				text-align: right;
				}


/*============================================================================

	2-2. 入院・手術保険

=============================================================================*/

div#nyuin {
	width: 705px;
	float: right;
	}
	div#nyuin p {
		width: 590px;
		margin: 5px 0px 10px 10px;
		line-height: 170%;
		}
		
	div#nyuin table {
		width: 580px;
		float: left;
		margin: 10px 0px 0px 10px;
		border-width: 0px 0px 0px 1px;
		border-style: solid;
		border-color: #c8c8c8;
		}
		div#nyuin table th {
			width: 290px;
			background: #daf8da;
			text-align: center;
			font-weight: bold;
			border-width: 1px 1px 1px 0px;
			border-style: solid;
			border-color: #c8c8c8;
			}
		div#nyuin table td {
			width: 145px;
			text-align: left;
			font-weight: normal;
			}
			div#nyuin table td.r_line {
				border-width: 0px 1px 0px 0px;
				border-style: solid;
				border-color: #c8c8c8;
				text-align: center;
				}


/*============================================================================

	2-3. 自動車・バイク保険

=============================================================================*/

div#car {
	width: 705px;
	float: right;
	}
	div#car p {
		width: 590px;
		margin: 5px 0px 10px 10px;
		line-height: 170%;
		}
	div#car strong {
		font-weight: bold;
		}

	div#car table {
		width: 616px;
		float: left;
		margin: 0px 0px 0px 10px;
		border-width: 0px 0px 0px 1px;
		border-style: solid;
		border-color: #c8c8c8;
		}
		div#car table th {
			width: 77px;
			background: #daf8da;
			text-align: center;
			font-weight: bold;
			border-width: 1px 0px 1px 0px;
			border-style: solid;
			border-color: #c8c8c8;
			}
			div#car table th span {
				color:#bc0404;
				}
			div#car table th.r_line {
				border-width: 1px 1px 1px 0px;
				text-align: right;
				}
		div#car table td {
			width: 77px;
			text-align: left;
			font-weight: normal;
			}
			div#car table td.r_line {
				border-width: 0px 1px 0px 0px;
				border-style: solid;
				border-color: #c8c8c8;
				text-align: right;
				}


/*============================================================================

	2-4. オススメ保険

=============================================================================*/

div#osusume {
	width: 705px;
	float: right;
	}
	div#osusume p {
		width: 590px;
		margin: 5px 0px 10px 10px;
		line-height: 170%;
		}
	div#osusume strong {
		font-weight: bold;
		}

		div#osusume table {
		width: 610px;
		float: left;
		margin: 0px 0px 20px 10px;
		border-width: 1px 0px 0px 1px;
		border-style: solid;
		border-color: #c8c8c8;
		}
		div#osusume table tr {
			padding: 10px 3px 10px 3px;
			}
		div#osusume table th {
			width: 200px;
			text-align: center;
			font-weight: bold;
			border-style: solid;
			border-width: 0px 1px 1px 0px;
			border-color: #c8c8c8;
			}
		div#osusume table td {
			width: 400px;
			text-align: left;
			font-weight: normal;
			border-style: solid;
			border-width: 0px 1px 1px 0px;
			border-color: #c8c8c8;
			line-height: 150%;
			}


/*============================================================================

	2-5. 保険の知識

=============================================================================*/

div#chisiki {
	width: 705px;
	float: right;
	}
	div#chisiki p {
		width: 590px;
		margin: 5px 0px 10px 10px;
		line-height: 170%;
		}
	div#chisiki strong {
		font-weight: bold;
		}

	div#chisiki dl {
		width: 600px;
		margin: 5px 0px 15px 10px;
		float: left;
		display: inline;
		}
		div#chisiki dl dt {
			width: 540px;
			padding: 2px 0px 3px 30px;
			margin: 0px 0px 0px 10px;
			line-height: 150%;
			float: left;
			background: url(../img/icon_q.gif) top left no-repeat;
			font-weight: bold;
			color: #c1001b;
			display: inline;
			}
		div#chisiki dl dd {
			width: 540px;
			padding: 2px 0px 3px 30px;
			margin: 5px 0px 0px 10px;
			line-height: 150%;
			float: left;
			background: url(../img/icon_a.gif) top left no-repeat;
			display: inline;
			}

/*============================================================================

	2-6. 海外保険

=============================================================================*/

div#kaigai {
	width: 705px;
	float: right;
	}
	div#kaigai p {
		width: 590px;
		margin: 5px 0px 10px 10px;
		line-height: 170%;
		}
	div#kaigai strong {
		font-weight: bold;
		}

	div#kaigai table {
		width: 616px;
		float: left;
		margin: 0px 0px 0px 10px;
		border-width: 1px 0px 0px 1px;
		border-style: solid;
		border-color: #c8c8c8;
		}
		div#kaigai table th {
			width: 100px;
			background: #daf8da;
			text-align: center;
			font-weight: bold;
			border-width: 0px 1px 1px 0px;
			border-style: solid;
			line-height: 150%;
			border-color: #c8c8c8;
			}
			div#kaigai table th.cen {
				width: 416px;
				}
		div#kaigai table td {
			border-width: 0px 1px 1px 0px;
			border-style: solid;
			border-color: #c8c8c8;
			font-weight: normal;
			text-align: left;
			line-height: 150%;
			}
			div#kaigai table td.rig {
				text-align: right;
				font-weight: bold;
				}
				
/*============================================================================

	3. etc
	
=============================================================================*/

.t_space {
	margin-top: 40px;
	}
.t_space02 {
	margin-top: 15px;
	}
.r_space {
	margin-right: 20px;
	}
.f_clear {
	clear: both;
	}

div#common_counter {
	width:400px;
	height: 20px;
	margin: 10px;
	text-align: center;
	float: left;
	}
