@charset "utf-8";
/* default reset*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;

}
html {
	overflow-y: scroll;
}
div, table {
	margin: auto;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}
/*body *,*/
body p {
	line-height: 1.6;
}
table {
	font-size: 1em;
}
br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 10px 0;
}
ul, ol, li {
	list-style: none;
}
fieldset, img/*,input*/ {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
form label {
	cursor : pointer;
}
select {
	font-family: "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
select option {
	padding : 0 5px;
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
object, embed {
	vertical-align: top;
}
a {
	cursor: pointer;
}
/*font set */
body {
	font:12px/1.5 arial, helvetica, clean, sans-serif;
 *font-size:small; /* for IE */
 *font:x-small; /* for IE in quirks mode */
}
/*  form elements for mac firefox*/ 
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;/*for IE*/
	line-height:100%;
}
/* for IE7 */  
 *+html body {
	font-size:75%;
}
/* for IE6 */  
* html body {
	font-size:75%;
}
/*default set*/
/* --HTML-- */  
 html {
	background:#fff;
	color:#666;
	overflow-y:scroll;  /*for firefox*/
	text-align:left;
}
/*common*/

body {
	line-height: 1.4;
	background-image:url(../data/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	color:#333333
}
p {
	margin: 0.8em 1em;
}
h1 {
	line-height: 1;
	font-size: 12px;
	margin-top: 25px;
}
a {
	color: #3465CC;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #00CCFF;
}
address {
	clear: both;
	color: #666666;
	margin: 1em;
}
input, textarea {
	margin: 5px;
	padding: 2px;
	font-size: 13px;
	vertical-align: middle;
}
textarea {
	border: 1px solid #CCCCCC;
}
select {
	color:#666;
}
#footer a.ex, #footer a.ex:link {
	color: #666666;
	text-decoration: none;
}
.caution {
	color:;
	#F03;
}
.right {
	text-align:right;
}
/*header*/
#header {
	height: 130px;
	width: 880px;
	background-image: url(../data/img/header.jpg);
	zoom: 1;
	overflow:hidden;
	background-repeat: norepeat;
	background-position: left top;
	position: relative;
}
#header p {
	text-align:right;
	margin: 0;
	font-size: 12px;
	line-height: 1;
}
#header img {
	float:left;
	margin-top:5px;
}
/*footer*/
#footer {
	text-align:center;
	margin-top: 20px;
	padding-top: 10px;
	width: 880px;
	border-top: 1px solid #CCCCCC;
}
#footer ul {
	margin-bottom:10px;
}
#footer li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding-left: 5px;
	margin: 0px 3px;
	border-left: 1px solid #3366cc;
	line-height: 1.2em;
	vertical-align: middle;
}
#footer .first {
	border-left: none;
}
#footer li a {
	zoom: 1;
}
#footer li a:hover {
	color: #00CCFF;
}
/*menu*/



/*---------- ナビ ----------*/

#navi {
	width: 880px;
	height:40px;
}
#navi li {
	float: left;
	width: 176px;
}
ul#navi a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
ul#navi li {
	position: relative;
}
ul#navi ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
}
ul#navi ul li {
	position: relative;
	width: 145px;
	text-align: center;
	background-color: #7BC5DE;
}
ul#navi ul li a {
	display: block;
	zoom: 1;
	padding: 5px;
}
ul#navi ul li a:hover {
	background-color: #DCEEF2;
	color: #056AD4;
}
/*---------- 右メニュー ----------*/
#rightNavi {
	width:240px;
	margin-left: 10px;
	background-color: #E6E6E6;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
}
#rightNavi li {
	margin-bottom:5px;
}
#rightNavi .before {
	margin:10px 40px;
}
/*---------- topコンテンツ ----------*/
.point1 {
	width: 198px;
	border: 1px solid #DEDEDE;
	margin-right: 5px;
	margin-left: 10px;
	font-size:12px;
}
.point1 p {
	margin:4px;
}
.point2 {
	width: 198px;
	margin:0;
	border: 1px solid #DEDEDE;
	font-size:12px;
}
.point2 p {
	margin:4px;
}
.point3 {
	width: 198px;
	border: 1px solid #DEDEDE;
	margin-right: 10px;
	margin-left: 5px;
	font-size:12px;
}
.point3 p {
	margin:4px;
}
.nayami_l {
	width: 300px;
	height:90px;
	background-color: #DDEEFE;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	font-size:12px;
}
.nayami_l p {
	margin:5px;
	line-height: 1.4;
}
.nayami_l img {
	float:left;
}
.nayami_r {
	width: 300px;
	height:90px;
	background-color: #DDEEFE;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 0px;
	font-size:12px;
}
.nayami_r img {
	float:left;
}
.nayami_r p {
	margin:5px;
	line-height: 1.4;
}

.contents3 {
	width:	280px;
	padding: 10px;
	background-image: url(../data/img/corner_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:12px;
}
#kyoryoku {
	width:	300px;
	margin-right: 10px;
	background-image: url(../data/img/bg_contents3.jpg);
	background-repeat: repeat-y;
}
#forevery  {
	width:	300px;
	margin-left: 10px;
	background-image: url(../data/img/bg_contents3.jpg);
	background-repeat: repeat-y;
}
/*---------- コンテンツ枠の設定 ----------*/
.nm_style0 {
	background-image: url(../data/img/contents_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
/*---------- コンテンツフッターの設定 ----------*/
.nm_style1 {
	background-image: url(../data/img/contents_footer.jpg);
	background-repeat: no-repeat;
}
/*---------- pd10の設定 ----------*/
.nm_style2 {
	padding: 10px;
}
/*---------- 会員登録ボタンの設定 ----------*/
#registration_btn {
	margin-top: 56px;
	margin-left: 357px;
}
/*---------- 画像枠の設定 ----------*/
.nm_style3 img {
	margin: 10px;
	border: 1px solid #5AB8D4;
}
/*---------- 下センの設定 ----------*/
.nm_style4 {
	border-bottom: 1px dotted #5AB8D4;
}
/*---------- 見出し1の設定 ----------*/
.nm_style5 {
	background-image: url(../data/img/lt_bg.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
	padding-left: 10px;
}
#koumoku {
	margin:10px;
}
#koumoku li{
	font-size:130%;
	font-weight:bold;
}
/*---------- 理念の設定 ----------*/
.nm_style6 {
	color:#1070D7;
	font-size:130%;
	font-weight:bold;
	padding: 10px;
}
/*---------- 見出し2の設定 ----------*/
.nm_style7 {
	color:#1070D7;
	font-size:130%;
	font-weight:bold;
	height: 28px;
	width: 650px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 5px double #1070D7;
}
/*---------- ページナビの設定 ----------*/
#pagenavi {
	margin:10px -10px 10px 30px;
	width:610px;
}

#pagenavi li{
	float: left;
	width:280px;
	margin-right: 10px;
	margin-bottom:10px;
	display: inline;
}
#pagenavi li a {
	display:block;
	background-color:#C6E2D3;
	padding:5px;
	border:1px solid #003FCA;
}
/*---------- 見出し3の設定 ----------*/
.nm_style8 {
	color:#1070D7;
	font-size:130%;
	font-weight:bold;
	padding-left: 10px;

}
.caution {
	color: #cc0000;
}
/*---------- はこぶシステムの設定 ----------*/
#hakobusystem {
	margin:10px;
	width:600px;
}

#hakobusystem li{
	float: left;
	width:175px;
	margin-right: 10px;
	margin-bottom:10px;
	background-color:#C6E2D3;
	padding:5px;
	border:1px solid #003FCA;
font-weight:bold;
color:#333;
}
/*---------- 携帯プレビューの設定 ----------*/
#mobile {
	background-image: url(../data/img/mobile_bg.jpg);
	background-repeat: no-repeat;
	padding:25px 20px;
	width:340px;
	height:500px;
	margin:0 auto;
}
