@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

.good_font{
    font-family: 'Quattrocento Sans';
    font-size: 13px;
}

body {
	text-align: center;
	margin: 0px;
        -webkit-text-size-adjust: 100%;
        font-family:'Helvetica','メイリオ',Meiryo,arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
    text-decoration: none;
}

.heading3{
    border:solid 1px #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #eee;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
    -pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
}
.heading3 span{border-left:5px #3cf solid;padding-left:10px;}

.headding03 {
	margin:0 0 30px 0;
	padding:2px 10px;
	background: #e4f3ff;
	color:#00009b;
/*	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
*/
	font-size:10px;
}

.headding04 {
	margin:0 0 30px 0;
	padding:5px 10px;
	background: #1D8ADE;
	color:#FFF;
	/*
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
*/
	font-size:20px;
}

.headding05 {
	margin:0 0 30px 0;
	padding:5px 10px;
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	color:#FFF;
/*	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
*/
	position:relative;
}

.headding05 span{
        margin-left:20px;
        font-family: "Trebuchet-BoldItalic",sans-serif;
        font-size:60%;
        color: #ccc;
        position: relative;
        top: -1px;
}
 
table {
#	table-layout: fixed;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
	line-height: 17px;
}

.font14 {
	font-size: 14px;
#	line-height: 19px;
}

.font16 {
	font-size: 16px;
	line-height: 24px;
}

.font18 {
	font-size: 18px;
#	line-height: 27px;
}

.font24 {
	font-size: 24px;
#	line-height: 28px;
}

.font30 {
	font-size: 30px;
#	line-height: 40px;
}

.headline1 {
  width:auto;
  padding:3px 0;
  color:#fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.48, #337fcc), color-stop(0.52, #225588));
/*  text-shadow:0px -1px 1px #000;*/
  text-align:center;
}

.headline2 {
  width:auto;
  padding:3px 0 ;
  border-top:1px solid #bbb;
  border-bottom:1px solid #999;
  background:-webkit-gradient(linear, 0% 0%, 0% 80%, from(#fff), to(#bbb));
/*  text-shadow:1px 1px 1px #fff; */
  text-align:center;
  font-size:16px;
}

.btn {
    background: #EEE;
    color: #111;
    -moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
    -webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 6px 0;
/*    text-shadow: 1px 1px 0px #ffffff;*/
}

.btn2 {
    background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    border: 2px solid #DDD;
    color: #111;
/*    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
#    width: 100px;
*/
    padding: 5px 0;
}

hr.style-two {  
        border: 0;  
        height: 1px;  
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));   
        background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));   
        background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));   
        background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));   
}

.header-type06 {
    color: hsl(240, 50%, 50%);
    padding-left: 5px;
    border-left: 4px solid #1d8ade;      ##hsl(240, 50%, 50%);
    border-bottom: 1px dotted #1d8ade;   ##hsl(240, 50%, 50%);
/*    text-shadow: 1px 1px 0px #E3E3FF;*/
}

.menu01{
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.menu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
#  border-bottom: 1px solid #879c18;
  border-bottom: 1px solid #e4f3ff;
}
.menu01 li:last-child{
  border-bottom: 0px;
}
.menu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
#  background: #a1b91d;
  background: #1d8ade;
  color: #fff;
#  font-weight: bold;
/*  text-shadow:1px 1px 2px #333;*/
  text-decoration: none;
}
.menu01 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.menu01 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #1d8ade;
}

@media all and (orientation: portrait) { 
    .frame img {
        width: 100%;
        border-radius: 10px;
    } 
}
 
@media all and (orientation: landscape) { 
    .frame img {
        width: 50%;
        border-radius: 10px;
    }
}

.arrow{
  position:relative;
  top:0;
  left:0;
  padding-left:15px;
}
.arrow:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 6px;
  background: #ffcc00;
}
.arrow:after{
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffcc00;
}

.home {
font-size: 9px;
height: 5px;
width: 2.5px;
margin-top: 5px;
margin-left: -5px;
border-bottom: none;
border-right: 7.5px solid #2C2C2C;
border-left: 7.5px solid #2C2C2C;
border-top: 7px solid #2C2C2C;
position: relative;
}

.home::before {
border-left: 12px solid transparent;
position: absolute;
content: "";
top: -14px;
right: -10.5px;
width: 0em;
height: 0em;
border-right: 12px solid transparent;
border-bottom: 7.5px solid #2C2C2C;
}

.url {
    font-size:80%;
    font-family:Verdana;
}

/*
 *  * Back to top button
 *   * */
#back-top {
        position: fixed;
        bottom: 30px;
        right: 10px;
#       margin-right: 10px;
}
#back-top a {
        width: 32px;
        display: block;
        text-align: center;
        font: 10px/100% Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
/*        text-shadow: 0px 0px 5px #ffffff;*/
        color: #999;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
}
#back-top a:hover {
        color: #000;
}
/* arrow icon (span tag) */
#back-top span {
        width: 32px;
        height: 32px;
        display: block;
        margin-bottom: 0px;
        background: transparent url(up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
}
#back-top a:hover span {
        background-color: #777;
}

.heading1, .heading1:before, .heading1:after{
/*    box-shadow: 1px 1px 2px #888;*/
    border-radius: 2px;
    background: #3386c8;
    width: 7px;
    height: 7px;
}

.heading1{
    position:relative;
}

.heading1:before{
    content:"";
    position:absolute;
    left: -7px;
    top: -7px;
}

.heading1:after{
    content:"";
    position:absolute;
    left: -7px;
    top: 7px;
}

.heading1 span{
    position:absolute;
    width: 300px;
    left: 14px;
    top:-7px;
}

.nowrap {
	white-space: nowrap;
}
