@charset "utf-8";

/*base*********************************************/

/* Fonts �t�H���g�T�C�Y�Ή��\
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
/**{
	zoom:1;
}*/
a {
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #aaaaaa;
    text-decoration: underline;
}
html {
    overflow-y: scroll;
}
body {
    color: #444444;
    font: 13px/1.3 "���C���I",Meiryo,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�l�r �o�S�V�b�N","MS P Gothic",sans-serif;
	font-size: 13px;
    line-height: 1.5;
	-webkit-text-size-adjust: 100%; /*�������ɂ����Ƃ��Ƀt�H���g�T�C�Y���傫���Ȃ�̂�h��*/
	
	background: url(images/bg.jpg) #fff repeat-x;
	background-attachment: fixed;
	color: #333;
}

/*:first-child + html body {
    font-size: 75%;
}*/
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,nav,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
    max-width:100%;
}
 
table {
    width:100%;
}
 
a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
a:hover img{
	zoom:1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.link{
	font-size:13px;
	text-align:right;
	margin:20px 20px 30px 0;
}
.link a{
	text-decoration:underline;
	color:#40898f;
}
.link a:hover{
	text-decoration:none;
	color:#5bc3cc;
}


/* clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.cf {
    min-height: 1px;
}
 
* html .cf {
    height: 1px;
}

/*base*********************************************/

.wrap{
	width: 960px;
	margin: 20px auto 30px;
	padding: 20px 0 0;
	border: solid 2px #52b0b8;
	background-color: #fff;
}

.wrap_left{
	float:left;
	width:50%;
	padding:0 0 10px 10px;
}
.wrap_right{
	float:right;
	width:50%;
	padding:0 10px 10px 0;
}

.header{
	margin: 0;
}
.header .aisatsu{
	margin: 20px 30px;
	font-size: 117%;
	clear:both;
}
.header .aisatsu p{
	margin-top: 10px;
}

.pagetop{
	padding-top: 30px;
	text-align: right;
	clear:both;
}
.no_border{
	border:none;
}

.yotei{
	text-align:center;
	font-weight:bold;
	color:#ce6631;
	font-size:18px;
	clear:both;
}