.style1 {
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}

.style2 {
	font-size:14px;
	color: #0068B7;
}

.style3 {
	font-size: 10px;
	color: #0066FF;
}
.style4 {
	color: #0033FF; 
}

.style5 {
	font-size: 12px;
	color: #999999;
}
.style7 {font-size: 12px; color: #0033FF; }
.style8 {color: #FF0000}
.style9 {
	font-size: 16px;
}
.style10 {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
}

.style11 {
	font-size:12px}
	
.style12 {
	font-size:14px}
	
.style14 {
	font-size:10px}
	
.style13 {
	color: #003366;
	font-size: 12px;
}

.style15 {color: #FFFFFF}

body {
    font-family: "Lucida Grande",Osaka,"メイリオ",Meiryo;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    font-size: large;
}

.header_top {
	width: 640px;
	height:100%
	background-image:url(img/i_top001.png);
	background-position:center;
}

.input_l,
.input_m,
.input_s,
textarea.comment  {
	-webkit-appearance: none;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px; 
    border-radius: 6px;  
	border:1px solid #cccccc;
	font-size:1.14em;
}
.input_l { width:90%; }
.input_m { width:60%; }
.input_s { width:30%; }
select{
	font-size:14px;
	line-height:1.8em;
}
textarea.comment {
	width:95%;
	height:5em;
}

#globalNav li{
	margin:0;
	/*スマホ向け*/
    　float:none;
	clear:both;
	width:100%;
	text-align:left;
	padding:10px 0 10px 20px;
	/*/スマホ向け*/
	border:1px #999 solid;
	background-color:#CCC;
    display:block;
}

/*ロゴ画像のリキッド表示*/
.logo_i{
	display:block;
	width:100%;
	height:auto;
}

.logo_t{
	display:block;
	width:85%;
	height:auto;
}

.logo_r{
	display:block;
	width:auto;
	height:70px;
}

.logo_s{
	display:block;
	width:100%;
	height:auto;
}

/*コンテンツ画像のリキッド表示*/
.cont_i{
	display:block;
	width:100%;
	height:auto;
}

/*コンテンツ画像のリキッド表示*/
.cont_i2{
	display:block;
	width:100%;
	height:auto;
}

.gradient01 {  
    background: -moz-linear-gradient(top, #990, #066);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#990), to(#066));　/* Safari,Google Chrome用 */  
} 

.element {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	background: -moz-linear-gradient(center top, #15bddb 0%,#3157dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #15bddb),color-stop(1, #3157dd));
}


.element2 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	background: -moz-linear-gradient(center top, #FFF71B 0%,#FFB71B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF71B),color-stop(1, #FFB71B));
}


nav{ display: none; }
