@charset "UTF-8";



/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;

    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*リスト要素へのスタイルをリセットしています*/
ol, ul {
	list-style: none;
}

/*画像を縦に並べたときの余白を消します*/
img {
	vertical-align:top;
	font-size:0;
	line-height:0;
}

p {
	margin-bottom:1rem;
}

/*--- default */
html {
	font-size: 6.25%;
}
body {
	background:url(../img/top_bg.jpg) repeat-x top,
	#ffeaf6;
	color: #362e2b;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.6;
	margin:0 auto;
}
body > div {
	font-size:18px;
	font-size:18rem;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a {
	color:#424AFF;
	text-decoration:none;
}
a:hover {
	color:#ff96d1;
	text-decoration:underline;
}
.alL {
	display:inline;
	float:left;
	margin:10px 10px 10px 0;
}
.alR {
	display:inline;
	float:right;
	margin:10px 0 10px 10px;
}
.flL {
	float:left;
}
.flR {
	float:right;
}
.imgL {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgBd {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border: 3px solid #FFF;
-webkit-box-shadow: 0 0 2px 0 #B1B1B1; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 2px 0 #B1B1B1; /* Firefox用 */
	box-shadow: 0 0 2px 0 #B1B1B1; /* CSS3 */
}
.imgR {
	float:right;
	margin: 0 0 10px 10px;
}
.mB10 {
	margin-bottom:10px;
}
.mB {
	margin-bottom:20px;
}
.mB30 {
	margin-bottom:30px;
}
.ovF {
	overflow:hidden;
	_zoom:1;
}
.bgColorYlw {
	background:#ffff77;
}
.bgColorRed {
	background:#fed6d5;
}
a:hover img {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
.txtalLeft {
	text-align:left!important;
}
.txtalRight {
	text-align:right!important;
}
.center {
	text-align:center!important;
}
.pLR30 {
	padding-left:30px;
	padding-right: 30px;
}
.pR30 {
	padding-right:30px;
}
.pR10 {
	padding-right:10px;
}

/*色を指定します*/

.mizu { color: #76d2ed; }
.blue { color: #77adf5; }
.pink { color: #ff96d1; }
.ki { color: #f6be5d; }
.ao { color: #002255; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #FF0000; }
.akapink { color: #ec8282;}
.green { color: #4bb38f;}
.aomidori { color: #2ebab7;}
.enji { color: #9c2662;}
.ora { color: #fd8c0b;}
.bg-gray{background-color:#d2d2d2;}
.bg-ki{background-color:#fff8aa;}

/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*文字のフォントを指定します*/
.sz10 { font-size: 10rem; }
.sz11 { font-size: 11rem; }
.sz12 { font-size: 12rem; }
.sz13 { font-size: 13rem; }
.sz14 { font-size: 14rem; }
.sz16 { font-size: 16rem; }
.sz18 { font-size: 18rem; }
.sz20 { font-size: 20rem; }
.sz22 { font-size: 22rem; }
.sz24 { font-size: 24rem; }
.sz28 { font-size: 28rem; }
.sz32 { font-size: 32rem; }
.sz34 { font-size: 34rem; }
.sz38 { font-size: 38rem; }

.style01 {
	color:#ff0000;
	font-weight:bold;
	font-size: 20rem;
}
/*文字を装飾します*/
.line {
	background:url(../img/m-yellow.gif) bottom repeat-x;
}
/*明朝体を指定します*/
.min {
	font-family:'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif  /* Android では ゴシック体表示 */;
}
/*===================全体============================*/
#wrapper {
}
header {
	margin: 0 auto;
	position: relative;
	height: 400px;
	width: 900px;
}
header h1 {
	position:absolute;
	font-weight: normal;
	font-size: 18px;
	top: 75px;
	left: 0;
	z-index:10;
}
.banner {
	position:relative;
	margin: 0 auto;
	width: 900px;
	height: 327px;
	top:72px;
}
#main {
	margin: 0 auto;
	padding-top: 30px;
	width: 900px;
}
#mainbg {
	background: url(../img/bg.png) repeat-x left top,
	url(../img/bg.png) repeat-x left bottom,
	#FFF;
	margin: 0 auto;
	padding: 40px 0;
}
h2{
	background:url(../img/h2.jpg) no-repeat;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	padding:13px 0 20px 60px;
}
h2.blog {
	background:url(../img/h2-blog.jpg) no-repeat !important;
}

h3{
	background:url(../img/h3.jpg) no-repeat bottom left;
	font-size:28px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:20px;
}
h4{
	color:#fd8c0b;
	border-left:#FF96D1 10px solid;
	border-bottom:#FF96D1 2px dotted;
	padding-left:10px;
	margin:10px 0;
}

/*=====================main==========================*/
#main .box {
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
}
#mainbg .box {
	width: 900px;
	padding: 10px;
	margin: 0 auto;
}
#main .goodBox1,
#main .badBox1{
	padding:20px 50px;
	margin:10px 0;
}
#main .goodBox1 {
	background:url(../img/o_wakuTop.png) no-repeat top left,
	url(../img/o_wakuBottom.png) no-repeat bottom left,
	url(../img/o_waku.png) repeat-y,
	#FFF;
}
#main .badBox1 {
	background:url(../img/b_wakuTop.png) no-repeat top left,
	url(../img/b_wakuBottom.png) no-repeat bottom left,
	url(../img/b_waku.png) repeat-y,
	#FFF;
}
#main .goodBox1 .title,
#main .badBox1 .title{
	height:35px;
	padding:15px 55px;
	font-weight:bold;
}

#main .goodBox1 .title {
	background:	url(../img/o_line.png) no-repeat 0 45px,
	url(../img/o_point.jpg) no-repeat top left;
}
#main .badBox1 .title {
	background:	url(../img/b_line.png) no-repeat 0 45px,
	url(../img/b_point.jpg) no-repeat top left;
}
#main .goodBox2,
#main .badBox2{
	width:380px;
	padding:30px 30px 50px;
	margin-bottom:20px;
}
#main .goodBox2{
	float:left;
	background:url(../img/os_wakuTop.png) no-repeat top left,
	url(../img/os_wakuBottom.png) no-repeat bottom left,
	url(../img/os_waku.png) repeat-y,	
	url(../img/good.jpg) no-repeat bottom right,
	#FFF;
}
#main .goodBox2 li{
	list-style:url(../img/list_p.jpg) inside;
}
#main .badBox2{
	float:right;
	background:url(../img/bs_wakuTop.png) no-repeat top left,
	url(../img/bs_wakuBottom.png) no-repeat bottom left,
	url(../img/bs_waku.png) repeat-y,	
	url(../img/bad.jpg) no-repeat bottom right,
	#FFF;
}
#main .badBox2 li{
	list-style:url(../img/list_g.jpg) inside;
}
#main .textBox1{
	background:url(../img/w_waku.png) no-repeat top left;
}
#main .fukidashi{
	width:650px;
	padding:20px;
}
#main .fukidashi_bg{
	background:url(../img/fukidashi.png) no-repeat top left;
}

#main .textBox1 .title{
	background:url(../img/003.jpg) no-repeat center top;
	font-size:28px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	height:90px;
	margin-bottom:10px;
	line-height:3;
}
#main .textBox1 li{
	list-style:url(../img/list_g.jpg) inside;
}
#main .textBox2{
	padding:50px 85px 100px;
}
#main .textBox3{
	background:url(../img/o_wakuTop.png) no-repeat top left,
	url(../img/o_wakuBottom.png) no-repeat bottom left,
	url(../img/o_waku.png) repeat-y,
	url(../img/006.jpg) no-repeat 20px 20px,
	url(../img/006.jpg) no-repeat 850px 20px,
	#FFF;
}
#main .textBox3,
#main .textBox4,
#main .step{
	padding:50px;
}
#main .textBox4{
	background:url(../img/c_wakuTop.jpg) no-repeat top left,
	url(../img/c_wakuBottom.jpg) no-repeat bottom left,
	url(../img/c_waku.jpg) repeat-y;
}
#main .textBox4 p{
	color:#FFF;
	margin-bottom:20px;
}
#main .step{
	background:#FFF;
}
#main .hikken li{
	list-style:url(../img/list_o.jpg) inside;
	margin-left:80px;
}
.orangetitle{
	width:900px ;
	padding:10px 0px;
	text-align:center;
	background:#fd8c0b;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}
/*point*/
.point1{
	background:url(../img/point1.jpg) no-repeat left;
}
.point2{
	background:url(../img/point2.jpg) no-repeat left;
}
.point3{
	background:url(../img/point3.jpg) no-repeat left;
}
.point1,
.point2,
.point3{
	height:68px;
	padding-left:135px;
	padding-top:35px;
	color:#ff96d1;
	font-size:28px;
	font-weight:bold;
}
/*step*/
.step1{
	background:url(../img/step1.jpg) no-repeat left;
}
.step2{
	background:url(../img/step2.jpg) no-repeat left;
}
.step3{
	background:url(../img/step3.jpg) no-repeat left;
}
.step1,
.step2,
.step3{
	height:73px;
	padding:35px 0 15px 120px;
	color:#fd8c0b;
	font-size:28px;
	font-weight:bold;
}
/*table*/
table {
	border: 1px solid #ffa519;
	width:100%;
	margin-bottom: 20px;
}
table th,
table td {
	padding:10px 5px;
	vertical-align:middle;
	text-align:center;
}
table th {
	background: #fd8c0b;
	border-right:1px solid #ffa519;
	border-bottom:1px solid #ffa519;
	color:#FFF;
}
table td {
	background: #FFF;
	border-left:1px solid #ffa519;
	border-top:1px solid #ffa519;
}
table.hikaku td {
	text-align:center;
	font-weight: bold;
}
table.hikaku th {
	background: #ffdadf;
}
/*=====================title==========================*/
.ttl01 {
	margin-bottom: 10px;
	line-height: 1.3;
}
.ttl01 {
	background:url(../img/ttl01.gif) no-repeat bottom left;
	color: #362e2b;
	font-size: 24px;
	padding-bottom: 5px;
	padding-left:0;
}
/*=====================2column==========================*/
.column2Main {
	background: #FFF;
	border: 2px dotted #cdcdcd;
	border-radius: 5px;
	float: left;
	width: 616px;
	padding: 20px;
}
.column2Inner{
	overflow:hidden;
}
.side {
	float:right;
	width:220px;
	margin-left:20px;
}
.side ul li.widget-container {
	padding: 3px;
}
.side ul li.widget-container h3 {
	background: #fd8c0b;
	border-radius: 5px;
	color: #FFF;
	font-size: 20rem;
	font-weight: normal;
	text-align: center;
	padding: 3px 0;
}
.side ul li.widget-container ul {
	padding: 0 10px;
}
.side ul li.widget-container ul li {
	background: url(../img/side_icon.png) no-repeat left center;
	border-bottom: 1px dotted #cec4c9;
	padding: 10px 10px 10px 25px;
	display: block;
}
.side ul li.widget-container ul li a {
	color:#6e6766;
}
.side ul li.widget-container ul li a:hover {
	color:#fd8c0b1;
	padding-left: 5px;
}

/*=====================パンくず==========================*/
.pankuzu {
	overflow:hidden;
	margin-bottom:10px;
	/*margin-top:35px;*/
}
#breadcrumbs {
	float:left;
	font-size:14px;
}
/*=====================footer==========================*/
footer {
	background:#ff96d1;
	text-align:center;
	color:#FFF;
	padding:10px 0px;
	bottom:0px;
}
footer .inner .pagetop {
	top: -30px;
	right: 50px;
	width: 103px;
	height: 102px;
}
footer ul {
	margin-bottom:10px;
}
footer ul li {
	background:none;
	display:inline-block;
	margin: 0 5px;
	padding:0px;

}
footer p {
	font-size:12px;
	color:#FFF;
}
footer a:link,
footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
/*=====================上書き用css==========================*/
#main .mBNo {
	margin-bottom:0;
}
#main .mB40 {
	margin-bottom: 40px;
}