@charset "shift-jis";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 >>Initialization the style
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
	font-style: normal;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
	line-height: 100%;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	/*font:13px/1.231 arial, helvetica, clean, sans-serif;*/
	font:13px/1.231 "‚l‚r ‚oƒSƒVƒbƒN", arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
.hidden {
	display:none;
}


/*Common [END] V('-')V*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>>Basic
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	font-size: 16px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", "MS Gothic", Osaka, sans-serif;
	line-height:1.7em;
	background-color: #f0f0f0;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
img {
	vertical-align:bottom;
}

/*Basic [END] V('-')V*/




header{
	margin-bottom: 40px
}

header h1{
	padding-left:15px;
	color:#fff;
	font-size: 16px;
	line-height:40px;
	background-color:#368fad;
}

h2{
	display:block;
	margin:0 auto 20px;
	color: #368fad;
	text-align:center;
	font-size: 28px;
	font-weight: bold;
}

.main_wrap{
	width:800px;
	margin:0 auto;
}
.mainimage img{
	width:100%;
	height:auto;
}

.text_block{
	margin:30px 30px 60px;
}

.text_block em{
	color:#EA5098;
}

.text_block span{
	color:#555555;
	 font-size:12px;
}

/*----- Lnk_button -----*/

.link_button a{
	display:block;
	border-radius:10px;
	color:#fff;
	background-color:#555;
	text-align:center;
	text-decoration:none;
	margin: 30px auto 0;
	padding: 10px 10px 10px 20px;
}
.link_button a:hover{
	background-color: #EA5098;
}

/*-----Footer -----*/
footer{
	margin:40 auto 0;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
	background-color:#368fad;
}

@media screen and ( max-width:800px )
{
body{
	font-size:14px;
}

header{
	margin:0 auto;
}

header h1{
	font-size:14px;
	margin-bottom: 20px;
}

h2{
	font-size:22px;
}

.main_wrap,
.group_wrap{
	width:100%;
	margin:0;
}
.text_block{
	padding:30px 15px 30px;
}

footer{
	width:100%;
	margin:0 auto;
}

