@charset "EUC-JP";
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:'';
}
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;
	background-color: #E7E7E6;
	background-image: url(../images/bg_001.gif);
	background-repeat: repeat-x;
}
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 {
}
/* --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: 950px;
	margin: auto;
	text-align: center;
	background-image: url(../images/cont_bg001.jpg);
}
#container #header {
	text-align: left;
	background-image: url(../images/header_bg001.jpg);
	background-repeat: no-repeat;
	width: 950px;
}
#container #header #header_inner {
	margin-bottom: 15px;
	margin-left: 22px;
}
#container #contents {
	background-color: #FFFFFF;
	text-align: left;
	width: 936px;
	margin-left: 7px;
	overflow: hidden;
	clear:both;
}
#container #contents p {
	padding-left:15px;
	padding-bottom:30px;
}
#container #contents #top_cont_reason img {
	padding-left: 10px;
}
#container #contents #top_cont_reason p {
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 30px;
	font-size: 12px;
	padding-bottom: 10px;
}
#container #contents #cont_point {
	width: 936px;
	overflow: hidden;
	display: block;
}
#container #contents #cont_point #cont_point_cont {
	background-image: url(../images/point_bg001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
	height: 203px;
	width: 292px;
	float: left;
	overflow: hidden;
}
#container #contents #cont_point #cont_point_cont p {
	font-size: 12px;
	line-height: 140%;
	margin-right: 14px;
	margin-left: 14px;
}
#container #contents #cont_point #cont_point_cont img {
	margin-top: 8px;
	margin-left: 12px;
}
#container #contents #cont_point #cont_point_cont_right {
	overflow: hidden;
	display: inline;
	height: 203px;
	width: 600px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}
#container #contents #cont_flow {
	clear: both;
	width: 936px;
	margin-top: 15px;
}
#container #contents #cont_flow #cont_flow_inner {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#container #contents #contact {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/form_bg001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #contents #contact iframe {
	height: 80px;
	width: 600px;
	font-size: 12px;
	line-height: 140%;
	background-color: #FFFFFF;
}
#container #contents #contact h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	padding: 3px;
}
#container #contents #contact #form #mailform th {
	font-size: 12px;
	padding: 5px;
	width: 130px;
}
#container #contents #contact #form #mailform table {
	text-align: left;
}
#container #contents #contact #form {
	text-align: left;
}
#container #contents #contact p {
	font-size: 12px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	clear: both;
}
#footer #link {
	background-color: #E9E9E9;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer #link .link_inner {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 10px;
	line-height: 140%;
}
#footer #link .link_inner ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer #link .link_inner li {
	float: left;
}
#footer #link .link_inner a {
	text-decoration: none;
	color: #333333;
}
#footer #link .link_inner a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer .footer_inner {
	margin-right: auto;
	margin-left: auto;
	background-color: #7F7F7F;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .footer_inner .footer_inner_inner {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_inner #inner_left {
	float: left;
	height: 30px;
	width: 130px;
	margin-right: 15px;
}
#footer .footer_inner #inner_right {
	color: #FFFFFF;
	text-align: left;
	display: inline;
}
#container #contents #thanks h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
}
#container #contents #thanks p {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#widget-content {
	width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	text-align: left;
}
#widget-content ul {
	overflow: hidden;
}
#widget-content li {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#bloglist {
	width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	text-align: left;
	line-height:1.4;
}
#entry-body {
	width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	text-align: left;
	line-height:1.4;
}
#entry-body h1 {
	color:#303030;
	font-size:14px;
	font-weight:bold;
}
#bloglist h2 {
	color:#303030;
	font-size:14px;
	font-weight:bold;
}
.headerlogo {
	padding-top:10px;
	
}
.header_text {
	font-size:10px;
	text-align:right;
	padding-top:5px;
	padding-right:20px;
}
