@charset "utf-8";

/* ----------------------
 *
 *  common.css
 *	Auther Why
 *	Ver.1.0.0
 *	URL http://w-hy.net/
 *	Copyright Why Inc
 *
 * --------------------
 *
 *	1- 1.Placement
 *	1- 2.Space
 *	1- 3.Text
 *	1- 4.Border
 *	1- 5.Table
 *	1- 6.Box
 *	1- 7.List
 *	1- 8.TextLayout
 *	1- 9.Pankuzu
 *	
 * ----------------------*/
 
 /* 
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;
}

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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ----------------------------------------
  1-1.Placement
---------------------------------------- */

.left{float:left;display:inline;}
.right{float:right;display:inline;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

.alignleft{text-align:left;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}

.verticalT{vertical-align:top;}
.verticalM{vertical-align:middle;}
.verticalB{vertical-align:bottom;}


/* ----------------------------------------
  1-2.Space
---------------------------------------- */
.mt2{margin-top:2px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

.mr2{margin-right:2px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}

.mb0{margin-bottom:0px !important;}
.mb2{margin-bottom:2px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

.ml2{margin-left:2px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}

.pdt5{padding-top:5px;}
.pdt10{padding-top:10px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt30{padding-top:30px;}

.pdl5{padding-left:5px;}
.pdl10{padding-left:10px;}
.pdl15{padding-left:15px;}
.pdl20{padding-left:20px;}
.pdl25{padding-left:25px;}
.pdl30{padding-left:30px;}


/* ----------------------------------------
  1-3.Text
---------------------------------------- */
/*Size*/
.f50{font-size:50%;}
.f80{font-size:80%;}
.f90{font-size:90%;}
.f110{font-size:110%;}
.f120{font-size:120%;}
.f130{font-size:130%;}

.f9{font-size:9px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f25{font-size:25px;}
.f30{font-size:30px;}

/*Line-Height*/
.lh110{line-height:110%;}
.lh120{line-height:120%;}
.lh130{line-height:130%;}
.lh140{line-height:140%;}
.lh150{line-height:150%;}
.lh160{line-height:160%;}
.lh170{line-height:170%;}
.lh180{line-height:180%;}
.lh190{line-height:190%;}
.lh200{line-height:200%;}

/*Decolation*/
em{
	font-style:normal;
	font-weight:bold;
}
.bold{font-weight:bold;}
.italic{font-style:italic;}

/*Color*/
.red{color:#ff0000;}
.white{color:#fefefe;}
.blue{color:#0000ff;}
.black{color:#000000;}
.orange{color:#ffa500;}

.aqua{color:#00ffff;}
.lime{color:#00ff00;}
.olive{color:#808000;}
.silver{color:#c0c0c0;}
.yellow{color:#ffff00;}
.gray{color:#808080;}
.maroon{color:#800000;}
.purple{color:#800080;}
.green{color:#008000;}
.navy{color:#000080;}


/* ----------------------------------------
  1-4.Border
---------------------------------------- */
.border{border:1px solid #aaa;}

/* ----------------------------------------
  1-5.Table
---------------------------------------- */
table{
	border-collapse:collapse;
	border-spacing:1;
	empty-cells:show;
}


/* ----------------------------------------
  1-6.Box
---------------------------------------- */
.overflowH{overflow:hidden;}

/* ----------------------------------------
  1-7.List
---------------------------------------- */
ul.li_floatL li,
ul.li_floatR li{display:inline;}
ul.li_floatL li{float:left;}
ul.li_floatR li{float:right;}

ul.li_ml05{margin-left:-5px;}
ul.li_ml05 li{margin-left:5px;}
ul.li_ml10{margin-left:-10px;}
ul.li_ml10 li{margin-left:10px;}
ul.li_ml15{margin-left:-15px;}
ul.li_ml15 li{margin-left:15px;}
ul.li_ml20{margin-left:-20px;}
ul.li_ml20 li{margin-left:20px;}
ul.li_ml25{margin-left:-25px;}
ul.li_ml25 li{margin-left:25px;}
ul.li_ml30{margin-left:-30px;}
ul.li_ml30 li{margin-left:30px;}

/* ----------------------------------------
  1-8.Clear
---------------------------------------- */
ul:after ,
dl:after ,
.clearfix:after ,
#container:after ,
#wrapper:after ,
#header:after ,
#globalmenu:after ,
.section1:after ,
.section2:after{
	content: ""; 
    display: block; 
    clear: both;
}

ul ,
dl ,
.clearfix ,
#container ,
#wrapper ,
#header ,
#globalmenu ,
.section1 ,
.section2{
	zoom:1;
}
#container .underbox02 p a {
	color: #ffffff;
}
#container .underbox02 p {
	color: #ffffff;
}
#container .underbox02 p {
	color: #ffffff;
}
#container .maincolumn .mainright .mb30 img {
	color: red;
}
