/*
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
     list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
   vertical-align: top;
   font-size:0;
   line-height: 0;
}

/*============================================================
共通スタイル
============================================================*/

body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#555555;
	background:url(http://propil.jp/common/img/body_bg.jpg) no-repeat top center;
}

a { color:#555555; }
a:hover { color:#555555; text-decoration:none; }


header {
	width:100%;
	height:103px;
	background:url(http://propil.jp/common/img/head_bg.png) repeat-x;
	position:fixed!important;
	position:absolute;
	top:0;
	z-index:99;
}
header #header_wrap { width:940px; margin:0 auto; }
header h1 { float:left; }
header nav#global_menu { float:left; }
header nav#global_menu ul { padding:25px 0 0; }
header nav#global_menu ul { _margin-left:-30px; }
header nav#global_menu ul li { float:left; margin-left:30px; }


#all_wrap { padding-top:70px; }


div#main_wrap { padding-bottom:50px; }
div#main_wrap article {}
div#main_wrap article section {}

div#main_wrap article section.gray_box { width:100%; padding:50px 0; background:#F6F6F6; }
div#main_wrap article section.gray_box div:first-child { width:940px; margin:0 auto; }

div#main_wrap article section.white_box { width:100%; padding:50px 0; background:#FFFFFF; }
div#main_wrap article section.white_box div:first-child { width:940px; margin:0 auto; }

div#main_wrap article section.blue_box { width:100%; padding:50px 0; background:#04B2B9; color:#FFFFFF; }
div#main_wrap article section.blue_box div:first-child { width:940px; margin:0 auto; }

div#page_top { width:100%; }
div#page_top #page_top_wrap {width:940px; margin:0 auto; text-align:right; }
div#page_top img { vertical-align:bottom; }

.fixed { position:fixed; bottom:0; }

#s2v { position:fixed!important; position:absolute; bottom:50px; right:30px; display:none; }

ul#bannar {
	width:900px;
	text-align:center;
	margin:30px auto 0;
	/*padding:20px;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}
/*
div#main_wrap ul#bannar li { float:left; margin-left:20px; }
div#main_wrap ul#bannar li:firtst-child { float:left; margin-left:0px; }
*/
footer { width:100%; border-top:1px solid #DDDDDD; background:url(http://propil.jp/common/img/footer_bg.jpg); }
footer div#footer_wrap { width:940px; height:135px; margin:0 auto; }
footer div#footer_wrap ul { margin-top:60px; float:left; }
footer div#footer_wrap ul li { padding-right:10px; float:left; }
footer div#footer_wrap p#footer_tel { width:307px; height:95px; margin-top:20px; float:right; background:url(http://propil.jp/common/img/footer_tel_bg.png) no-repeat; position:relative; }
footer div#footer_wrap p#footer_tel img { position:absolute; bottom:0; right:0; }
footer p#copyright {
	width:100%;
	padding:5px 0;
	text-align:center;
	background:#04B5BC;
	font-size:10px;
	color:#FFFFFF;
}

#script { height:0!important; display:none!important; }