/* reset */
* { margin: 0; padding: 0 }

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
background: #EDF6F7;
font: 93.75%/1.67 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color: #666;
background:url(images/bgTop.jpg) repeat-x;
}

/* layout */

#wrapper {
width: 840px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 5px;
-webkit-box-shadow: 0px 0px 6px #777;
-moz-box-shadow: 0px 0px 6px #777;
background:#FFF;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #384E80;
}

header {
/*position:relative;*/
background-color:#FFF;

border-width:1px;
margin:0 auto;
/*width:810px;*/
height:300px;
z-index:1;

background: #FFF url(images/index.jpg) repeat-y;
}

#main {
/*width: 940px;*/
margin: 0 auto;
padding-top: 30px;
/*background: #FFF url(images/colbg.png) repeat-y;*/
overflow: hidden;
}

#content {
float: left;
/*width: 450px;*/
margin-left: 15px;
}

#sidebar1 {
float: left;
padding-left: 20px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
/*width: 940px;*/
text-align:center;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

h1 {
font-size:15px;
}

h2, h3 {
border-bottom: 2px dotted #ddd;
color: #2293CF;
font-family: "Helvetica Neue",helvetica ,"Arial",arial, "lucida grande","lucida sans",lucida, verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo UI",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}

a:link, a:visited {
color:#384E80;
text-decoration: none;
}

a:hover, a:active {
color: #5F822F;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: right;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
color: #DCF4F4;
}

/** HEADER */

header h1 {
padding: 20px 0 0 20px;
line-height: normal;
float: left;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #384E80;
font-size: 58px;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/

article {
padding-right: 15px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.star img {
border: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
/*margin-right: 24px;*/
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
color: #5F822F;
font-size: 18px;
}

aside ul {
list-style: inside url(images/arrow.gif);
}

#footer-area {
background: #384E80;
color: #DCF4F4;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #DCF4F4;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #DCF4F4;
}

footer a:hover { 
text-decoration: underline; 
}

/* Button */
.links {margin:0 auto;text-align:center;}

.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 32px/100% Arial, Helvetica, sans-serif;
padding: .6em 2em .65em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
margin:20px 0;
}
.button:link {
text-decoration: none;
color:#fff;
}
.button:hover {
text-decoration: none;
}
.button:visited {
color: #fff
}
.button:active {
position: relative;
top: 1px;
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top,  #f88e11,  #f06015);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* blue */
/* blue */
.blue {
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top,  #00adee,  #0078a5);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top,  #0095cc,  #00678e);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top,  #0078a5,  #00adee);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
color: #fae7e9;
border: solid 1px #b73948;
background: #da5867;
background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
background: #ba4b58;
background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/**			table
-----------------------------------------*/
table.TablePlan {
border-style:none;
width:100%;
color:#333;
text-decoration:none;
font-size:13px;
/*font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka;
font-weight:bold;*/
vertical-align:middle;

border-left:1px solid #CCC;
border-right:1px solid #CCC;
}

table.TablePlan strong {
font-weight:bold;
}

table.TablePlan th,
table.TablePlan td {

padding:8px;
vertical-align:middle;
background-color:#fff;	
}
table.TablePlan th {
width:25.9%;
font-weight: bold;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
vertical-align:middle;

}
table.TablePlan td {
padding-right: 5px;
border-left:1px solid #CCC;
text-align: left;
}

table.TablePlan thead th,
table.TablePlan thead td {
background-color:#efefef;	
}

table.TablePlan thead th {
font-weight:bold;
border-top:1px solid #CCC;
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
text-align: left;
width: 71px;
}

table.TablePlan thead th.cel1 {
text-align: left;
border-left: 0;
width: 160px;
}

#section2-2 table.TablePlan thead th {
width: 130px;
}
#section2-2 table.TablePlan thead th.cel1 {
width: 160px;
}

table.TablePlan tbody th {
/*font-weight: normal;*/
white-space: nowrap;
background-color:#efefef;
}
table.TablePlan tbody th,
table.TablePlan tbody td {
border-top-color:1px solid #CCC;
border-bottom:1px solid #CCC;
}

table.TablePlan tbody tr.RowFooter th,
table.TablePlan tbody tr.RowFooter td {
background-color:#F1F1E1;
border-top:2px solid #999;
border-bottom:2px solid #999;
font-weight:bold;
}
th.cel4 {
background-color:#efefef;
border-left:1px solid #ccc;
}
td.cel4 {
background-color:#efefef;
}


table {
clear: both;
width: 100%;
border-collapse: collapse;
border: 1px solid #999;
}
table td, table th { vertical-align: top }

.stop {
background-color: #FEE;
border: 1px solid #C00;
padding: 10px;
text-align: center
}
.bn {
margin: 0 auto 20px;
width: 468px;
}
.others {
margin: 0 40px
}
.af_links {
border: 1px solid #f39700;
padding: 10px;
margin-bottom: 30px;
background: #fcffab
}
.af_links h3 { color: #eb6100; border: none }

/* new clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
