﻿@charset "utf-8";
html {
	font-size: 62.5%;/*  overflow-y:scroll; */
}
/* --- reset --- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
#container #contents #form #mailform .center {
}
abbr, acronym {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}
/* a:focus { outline:none } firefox link outline disable */


body {
	color:             #303030;
	font-size:         100%;
	text-align:        center;
	line-height:       1.4;
	padding: 0;
}
img {
	vertical-align: top;
}
body, input, textarea {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
/* for IE7 */
    *+html body, input, textarea {
	font-family: 'ＭＳ Ｐゴシック';
	font-size:         1.2em;
}
/* for IE6 */
    * html body, input, textarea {
	font-family:'ＭＳ Ｐゴシック';
}
/* for IE6 フォントの違いを吸収 */
    * html body {
}


/* 縦スクロールバーを表示して、表示位置のずれを無くす。 */
/* IE6に適用 */
* html body {
   overflow-y:auto;
}
/* IE7に適用 */
*+html body {
   overflow-y:auto;
}
/* その他 */
body {
   overflow-y:scroll;
}


/* --A-- */  
a {
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	visibility: hidden;
	height: 0;
}
/* for IE6 */
  * html .clearfix {
	display:inline-block;
}
/* for IE7 */
  *+html .clearfix {
	display:inline-block;
}
/* ----- 汎用的なスタイル ----- */

.al-bottom {
	vertical-align: bottom;
}
/* ==================================================================
         以下 各サイトごとの固有の設定
   ================================================================== */

/* リンクテキスト  ★ */

a:link {
	color: #610364;
}
a:visited {
	color: #610364;
}
a:hover {
	color: #FF2A6D;
}
a:active {
	color: #FF2A6D;
}
#container/* コンテンツ
-------------------------------------------------------------- */ {
	width: 834px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #header h1 {
	font-size: 10px;
	line-height: 12px;
	padding-left: 7px;
	padding-top: 3px;
}
#container #header .header_logo {
	padding-left: 7px;
	display: block;
}
#container #header .header_copy {
	background-image: url(../images/ic_top_header001.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 834px;
}
#container #header .header_copy p {
	font-size: 14px;
	font-weight: bold;
	padding-top: 115px;
	padding-left: 47px;
	color: #3F1400;
}
#container #contents {
	background-image: url(../images/ic_common_bg002.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 834px;
}
#container #contents .topicpath {
	font-size: 10px;
	margin-top: 5px;
	margin-left: 22px;
}
#container #contents #cont {
	width: 834px;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
#container #contents #cont h2 {
	margin-top: -1px;
}
#container #contents #cont .title001 {
	width: 820px;
	height: 42px;
	background-color: #F55D94;
	margin-left: 7px;
	margin-right: 7px;
}
#container #contents #cont .title001 h2 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-left: 15px;
}
#container #contents #cont .point1 {
	background-image: url(../images/ic_top_point001.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 254px;
	margin-top: 15px;
	margin-left: 22px;
	float: left;
	overflow: hidden;
	display: inline;
}
#container #contents #cont .point1 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3F1400;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #contents #cont .point1 p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 140%;
}
#container #contents #cont .point2 {
	background-image: url(../images/ic_top_point002.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 254px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
	display: inline;
}
#container #contents #cont .point2 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3F1400;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #contents #cont .point2 p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 140%;
}
#container #contents #cont .point3 {
	background-image: url(../images/ic_top_point003.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 254px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
	display: inline;
}
#container #contents #cont .point3 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3F1400;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #contents #cont .point3 p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 140%;
}
#container #footer {
	background-image: url(../images/ic_common_bg002.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#container #footer p {
	font-size: 10px;
}
#container #contents #cont .q {
	text-align: left;
	background-image: url(../images/common_q.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 26px;
	font-size: 20px;
	font-weight: bolder;
	color: #3E1803;
	margin-top: 15px;
	margin-left: 25px;
}
#container #contents #cont .a {
	font-size: 13px;
	background-image: url(../images/common_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-left: 18px;
	margin-right: 25px;
}
#container #contents #cont .description {
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-left: 8px;
	margin-right: 25px;
}
#container #contents #cont_case {
	width: 834px;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 25px;
}
#container #contents #cont_case .case {
	font-size: 16px;
	font-weight: bold;
	background-position: left;
	background-image: url(../images/common_check001.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 18px;
	margin-left: 25px;
	color: #83310B;
	margin-bottom: 10px;
}
#container #contents #cont .company {
	margin-top: 30px;
	margin-bottom: 30px;
}
#container #contents #cont table {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	font-size: 12px;
	line-height: 150%;
}
#container #contents #cont .table_inner {
	width: 400px;
}
#container #contents #cont th {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 5px;
	width: 120px;
}
#container #contents #cont td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#container #footer .footerlink {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 820px;
	margin-right: 7px;
	margin-left: 7px;
}
#container #banner {
	background-image: url(../images/ic_common_bg002.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#container #banner .title {
	width: 820px;
	height: 42px;
	background-color: #F55D94;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 7px;
	margin-right: 7px;
}
#container #banner .title h1 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-left: 15px;
}
#container #banner .bannerlist {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
#container #banner .description {
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 25px;
}
#container #contents #thanks {
	font-size: 12px;
	line-height: 140%;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#container #contents #thanks h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#container #contents #cont h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#container #contents #cont_privacy {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container #contents #cont_privacy002 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#container #contents #cont_privacy h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #contents #form #mailform #btn {
	text-align: center;
}
#container #contents #cont_privacy002 h4 {
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
	margin-right: 20px;
	margin-left: 20px;
	padding: 3px;
	margin-bottom: 15px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 5px;
}
#form {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#form p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
#form_kanryo {
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 20px;
}
/* ------------------------
    form table.mailform
------------------------ */
#form table.mailform {
	width: 600px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
#form table.mailform tr {
}
#form table.mailform th {
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c3ced4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3ced4;
	text-align: left;
	width: 170px;
	color: #333333;
	font-size: 12px;
}
#form table.mailform td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c3ced4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3ced4;
	text-align: left;
}

