/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates
    
    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        Z) Others
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	text-align:center;
	/*	background-attachment:scroll;
	background-image: url(../images/common/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-color: #fff;
	line-height:140%;
	color:#444;
	letter-spacing: 1px;
}
#bg_out {
	padding:0;
	margin:0;
	background-attachment: fixed;
	/*background-image: url(../images/common/header_side.jpg);*/
/*	background-image: url(../images/common/header_side.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#bg_umi {
	padding:0;
	margin:0;
	margin-top:0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	/*background-image: url(../images/common/header_side.jpg);*/
	background-image: url(../images/common/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h1, h2, h3 {font-weight:normal;}
h1{
	font-size:10px;
	text-align:right;
	margin:0;
	margin-right:10px;
	color:#023887;
	margin-top: 0px;
}
h4, h5 {font-size:100%;}

p, ul, ol, dl, fieldset {
	margin:5px 0;
}
table {
	margin:0;padding:0;
}
table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {
	text-align:left;
	font-weight:bold;
}
th, td {
	padding:0px;
}

ul, ol ,dl {
	margin-left:5px;
	font-size: 1em;
}
ul ul, ol ol {
	margin:0;
	margin-left:10px;
}
ol {list-style-type:decimal;}
li {
	display:list-item;
	list-style-type:none;
	margin-bottom: 5px;
}

dt {
	font-weight:bold;
	margin: 3px;
}
dd {
	margin-left:5px;
}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}
a {
	color:#003894;
	text-decoration: underline;
}
a:hover {
	color:#003894;
	text-decoration: none;
}
strong{
font-weight:normal;
}
/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {
	min-height:3px;
	height:1%;
}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {
	float:left !important;
	display: inline;
} img.f-left {
	float:left;
	margin-right:5px;
}
.f-right {
	display:inline;float:right !important;
} img.f-right {float:right; margin-left:15px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nom_right {margin:0;text-align:right;}
.nom_small {
	margin:0 !important;
	font-size: 0.9em;
	letter-spacing: 0px;
	line-height: 110%;
}
.nom_bolder {
	margin:0 !important;
	font-weight:normal;
	letter-spacing: 0px;
	line-height: 110%;
}
.bolder {
	font-weight:bolder;
}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.noscr_clr{display:none;clear:both;}

.bigger {font-size:110%;}
.smaller {font-size:85%;}
    
/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */
 
ul.ul-style01 {
	margin:0;
	padding:0;
	list-style:none;
}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../images/ul-style01.gif") 0 6px no-repeat;} 

ul.marker01 {
	line-height:140%;
	margin:15px 0;
	list-style:none;
}
ul.marker01 li {
	margin:5px;
	padding-left:10px;
	background-image: url(../images/common/marker01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
ul.marker01 ul {margin:3px; list-style:none;}
ul.marker01 ul li {
	padding-left:1em;
	background-image: url(../images/common/marker01-sub.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

ul.marker02 {
	line-height:140%;
	margin:15px 0;
	list-style:none;
}
ul.marker02 li {
	margin:5px;
	padding-left:10px;
	background-image: url(../images/common/marker02.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}   
/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {
	width:830px;
	/*	height:100%;*/
	margin:0px auto;
	padding:0;
	text-align:left;
	background-color: #fff;
	/*background:#fff url(../images/common/header_side.jpg) no-repeat scroll center top;*/
/*	background-color:#66CC66;*/

}

    #header {
	padding:0px;
	width:830px;
	height:137px;
	/*	background:url("../images/common/nav-mid.gif") 0 0 repeat-y;*/
/*	background:#fff url(../images/common/nav-top.jpg) repeat-y scroll left top;*/
	overflow:hidden;
	margin: 0px;

}
#header_cnt_area{
	width:830px;
	height:105px;
	/*	background:#fff url(../images/common/header/header_bg2.gif) repeat-y scroll left top;
*/	background:#fff url(../images/common/header/img_bg.jpg) repeat-y scroll 30px top;
}
     #header2 {
	width:830px;
/*	background:url("../images/common/nav-mid.gif") 0 0 repeat-y;*/
	overflow:hidden;
}   
#logo {
	margin:0;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:-1px;
	width: 300px;
	margin-left: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}        
        #logo a {
	display:block;
	padding:0px;
	text-decoration:none;
}
        #logo a img {
	border:none;
	margin-bottom: 0px;
	margin-left: 17px;
}
        #logo span {font-weight:bold;}
#contact_img{
	margin-top:35px;
}
#contact_img img{margin:0;}
#nav {
	padding:0;
	width:830px;
	height:32px;
	overflow:hidden;
	margin: 0px;
	background:#fff url(../images/main_menu/off/nav_bg.gif) repeat-x scroll left top;
}
#nav-top {
	clear:both;
	width:830px;
	/*	background:url("../images/common/cols-top.gif") 0 0 repeat-y;
*/	font-size:0;
	line-height:15px;
	overflow: hidden;
	height: 15px;
}        
#nav-bottom {
	clear:both;
	width:830px;
	margin-bottom:0px;
	/*	background:url("../images/common/cols-bottom.gif") 0 0 no-repeat;
*/background-color:#00FF33;
	font-size:0;
	line-height:0;
}
/*    #nav ul {margin:0; padding:0; list-style:none;}*/
/*    #nav ul li {display:inline; margin:0; padding:0;}*/
/*    #nav ul li a {display:block; float:left; padding:10px 14px 10px 15px; text-decoration:underline;}
    #nav ul li#nav-active a {border:0; font-weight:bold; text-decoration:none;}
    #nav ul li a:hover {text-decoration:none;}*/

    #cols-top {
	clear:both;
	width:830px;
	height:32px;
	margin-top:0px;
/*	background:url("../images/common/cols-top.gif") 0 100% no-repeat;*/
/*	background:#fff url(../images/common/cols-top.gif) repeat-y scroll left top;
*/
	font-size:0;
	line-height:0;
}
    #cols-bottom {
	clear:both;
	width:830px;
	height:32px;
	margin-bottom:0px;
/*	background:url("../images/common/cols-bottom.gif") 0 0 no-repeat;*/
/*	background:#fff url(../images/common/cols-bottom.gif) repeat-y scroll left top;
*/
	font-size:0;
	line-height:0;
}
    #cols {
	clear:both;
	width:830px; /*width:831px;*/
/*	background:url("../images/common/cols-mid.gif") 0 0 repeat-y;*/
/*	background:#fff url(../images/common/cols-mid.gif) repeat-y scroll left top;
*/
	margin-left: 0px;
}
    
#content {
	float:right;
	width:590px;
	overflow:hidden;
	margin-left: 0px;
	/*background-color:#CC66CC;*/ /*削除予定*/
}
        #content .content-padding {padding:15px;}

#content_cl {
	width:830px;
	overflow:hidden;
	margin-left: 0px;
	/*background-color:#CC66CC;*/ /*削除予定*/
}
        #content_cl .content-padding {padding:15px;}

 /*---------------------------------------------------------------------------------*/
       
#side_l {
	float:left;
	width:220px;
/*	height:2000px;*/
	overflow:hidden;
	font-size:12px;
	display:inline;
	margin: 0;
	padding: 0px 0px 10px 0px;
/*	background-color:#66CC33;*/
/*	background:#dcebfa url(../images/common/side_bg3.gif) repeat scroll left top;*/
}
#side_l .watch_cart {
/*	margin:5px;
	border:1px solid #99b3cc;
	background-color:#dcebfa;*/
}

#side_l .watch_cart img{
	margin:5px 25px;
}
#side_l .side_sub_menu {
	margin:5px;
	border:1px solid #99b3cc;
	background-color:#dcebfa;
	background:#dcebfa url(../images/common/side_titile_submenu.gif) no-repeat scroll left top;
	font-weight:bold;
	
}
#side_l .side_sub_menu .sub_menu_title{
	margin:0;padding:0;
	width:210px;
	height:23px;
	margin-top:5px;
	margin-left:5px;
	font-weight:bold;
	color:#FFFFFF;
}
#side_l .aside-padding {
	margin:5px;
	border:1px solid #99b3cc;
	background-color:#dcebfa;
	background:#dcebfa url(../images/common/side_titile_bg.gif) no-repeat scroll left top;
}
#side_l .aside-padding2 {
	margin:5px;
	border:1px solid #99b3cc;
	background-color:#dcebfa;
	background:#dcebfa url(../images/side_title/e-no.gif) no-repeat scroll left top;
}
#side_l .cnt {
	margin:5px;
	margin-top:5px;
	background-color:#bed9f5;
}
#side_l .cnt_white {
	margin:5px;
	margin-top:5px;
	background-color:#fff;
}
#side_l .sp-padding {
	padding:10px;
	padding-left:0;
}
/*#side_l .aside-padding ul{
	padding:0;
	margin:0;
} 

#side_l .aside-padding ul li{
	padding:0;
	margin:2px;
	margin-left:5px;
	
} */

       
            #side_l .title {margin:0; padding:10px 15px; font-size:100%; font-weight:bold;}

            #side_l #search {padding:15px 0; text-align:center;}
            #side_l #search #search-input {width:170px; padding:5px; font:normal 100%/1.2 "arial",sans-serif;}
            #side_l #search #search-submit {padding:4px 5px; border:0; font:bold 100%/1.2 "arial",sans-serif;}
            
            #side_l table#archive {
	padding:0;
	width:180px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
   
            #side_l ul#rss {margin:10px 0; padding:0; list-style:none;}
            #side_l ul#rss li {display:block; float:left; width:135px; margin:0; padding:0;}
            #side_l ul#rss li a {display:block; padding:7px 0 7px 40px; background:url("../images/rss.gif") 0 50% no-repeat; text-decoration:underline;}    

#side_l ul {
	margin:0;
	padding:0;
	list-style:none;
}
#side_l li {margin:0; padding:0; padding-left:0.8em; background:url("../images/ul-style01.gif") 0 0.4em no-repeat;} 

#side_l li a {
	color:#003894;
	text-decoration: none;
}
#side_l li a:hover {
	color:#003894;
	text-decoration: underline;
}
#side_l ul ul {margin:0px;margin-left:5px; list-style:none;}
#side_l ul ul li {
	background:url("../images/ul-style02.gif") 0 0 no-repeat;
	padding-left:10px;
/*	background:url("../images/ul-style01.gif") 0 0.4em no-repeat;*/
}

/*---------------------------------------------------------------------------------*/
        #side_r {
	float:left;
	width:190px;
	overflow:hidden;
}
        #side_r .aside-padding {
	padding:0 10px;
}
        
            #side_r .title {margin:0; padding:10px 15px; font-size:100%; font-weight:bold;}


            #side_r table#archive {
	padding:0;
	width:180px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
            #side_r table#archive a {text-decoration:none;}
            #side_r table#archive td {padding:3px 0;}
            #side_r table#archive td {background:url("../images/dot.gif") 0 100% repeat-x;}
    
            #side_r ul#rss {margin:10px 0; padding:0; list-style:none;}
            #side_r ul#rss li {display:block; float:left; width:135px; margin:0; padding:0;}
            #side_r ul#rss li a {display:block; padding:7px 0 7px 40px; background:url("../images/rss.gif") 0 50% no-repeat; text-decoration:underline;}    
/*---------------------------------------------------------------------------------*/

    #footer-top {
	clear:both;
	width:830px; /*width:831px;*/
	margin-left:0px;

	/*	background:url("../images/common/footer-top.gif") 0 0 repeat-y;*/
/*	background:#fff url(../images/common/footer-top.gif) repeat-y scroll left top;
*/
/*	border-top:1px solid #eee;*/
	font-size:12px;
	line-height:0;
	padding: 0px;
	background-color:#93c0ed;	/* 削除予定 */
}
    #footer-bottom {
	margin-left:0px;
	clear:both;
	width:830px; /*width:831px;*/
	height:5px;
	/*	background:url("../images/common/footer-bottom.gif") 0 0 repeat-y;*/
/*	background:#fff url(../images/common/footer-bottom.gif) repeat-y scroll left top;
*/	font-size:0;
	line-height:0;
	background-color:#2a6cb0;	/* 削除予定 */
}        
    #footer {
	/*	background:url("../images/common/footer-mid.gif") 0 0 repeat-y;*/
/*	background:#fff url(../images/common/footer-mid.gif) repeat-y scroll left top;
*/	clear:both;
	width:830px; /*width:831px;*/
/*	height:300px;*/
	margin:0;
	font-size:100%;
	padding-left: 0px;
	padding-bottom: 0px;
/*	background-color:#999900;	*//* 削除予定 */
}
    #footer p {margin:0;}
    #footer a {text-decoration:none;color:#2c308e;}
    #footer a:hover {text-decoration:underline;color:#2c308e;}
#footer-line-top{
	background:url("../images/common/footer_line_top.gif") 0 0 repeat-x;
	height:6px;
}
#footer-line-mid{
}
#footer-line-bottom{
	background:url("../images/common/footer_line_bottom.gif") 0 0 repeat-x;
	height:5px;
}


/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#topstory {padding:15px 0 15px 15px;}
#topstory h2 {font-size:140%;}
#topstory h2, #topstory p.info  {margin:0;}
#topstory p.info {font-size:85%;}

#topstory #topstory-img {float:left; width:250px;}
#topstory #topstory-desc {
	float:right;
	width:250px;
}
#topstory #topstory-title {padding:10px;}
#topstory #topstory-desc-in {padding-right:15px;}
#topstory #topstory-desc-in p {margin-bottom:0;}

#photos {margin-bottom:15px; font-size:0;}
#photos img {display:block; float:left; width:116px; height:90px; border:0; margin-right:10px;}

.cols50 {
	background:url("../images/dot-02.gif") 50% 0 repeat-y;
	margin-top: 10px;
}

    .col50 {
	float:left;
	width:280px;
	margin-left: 3px;
	margin-right: 2px;
}
    .col50-right {
	float:right;
	width:280px;
	margin-left: 2px;
	margin-right: 3px;
}

        .col50 .article {padding:15px;}
        .col50 .article h4 {margin:0; margin-bottom:3px;}
        .col50 .article p {margin:0;}
        .col50 .article p.info {margin:0; margin-bottom:5px; font-weight:normal; font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
Z) Others
---------------------------------------------------------------------------------------------------------- */

.hx-style01 {font-size:85%; font-weight:bold; text-transform:uppercase;}

.separator {
	width:570px;
	height:40px;
	background:url("../images/common/separator.gif") 0 0 no-repeat;
	font-size:0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_bottom10{
	margin-bottom:10px;

}
.padding5{	padding:5px; }
.padding10{	padding:10px; }
.padding20{	padding:20px; }
.padding30{	padding:30px; }

.margin10{	margin:10px; }
.margin20{	margin:20px; }
.margin30{	margin:30px; }

.margin_left5{	margin-left:5px;}
.margin_left10{	margin-left:10px;}
.margin_left20{	margin-left:20px;}
.margin_left30{	margin-left:30px;}
.margin_left40{	margin-left:40px;}
.margin_left50{	margin-left:50px;}
.margin_left60{	margin-left:60px;}
.margin_left70{	margin-left:70px;}
.margin_left80{	margin-left:80px;}
.margin_top5{	margin-top:5px;}
.margin_top10{	margin-top:10px;}
.margin_top20{	margin-top:20px;}
.margin_top30{	margin-top:30px;}
.margin_top40{	margin-top:40px;}
.margin_top50{	margin-top:50px;}
.margin_top60{	margin-top:60px;}
.margin_top70{	margin-top:70px;}
.margin_top80{	margin-top:80px;}
.margin5{
	margin:5px;
}
.text_cnt{
	text-align:center;
}

#path_list_area {
	width:530px;
	height:1em;
	left: auto;
	right: auto;
	font-size: 0.9em;
	margin: 0px;
}
#top_image_area
{
	padding:0px;
	border:0;
	margin: 0;
	padding-bottom:5px;
	border-bottom:1px solid #99b3cc;
}

#ajax_area_right
{
	padding:0px;
	border:0;
	margin: 10px 0 0 0;
	width:245px;
	height:350px;
	float:right;
	background:#fff url("../images/bg/bg1.gif") 0 0 no-repeat;
} 

}
#ajax_area_right p
{
	padding:0px;
	margin: 0px;
}



#ajax_area
{
	padding:0px;
	border:0;
	width: 581px;
	height: 362px;
	margin: 0;
}

#myGallery
{
	width: 580px;
	height: 362px;
	z-index:5;
	display: none;
}

.area_left{
width:220px;
float:left;
}
.area_right{
	width:580px;
	float:left;
}
/* help_disp */
#hintbox{
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
text-align:left;
}

.hintanchor{
	vertical-align:top;
	color:#0068AD;
/*	font-weight:bold;
*/	text-decoration:underline;
	
}
.mente_area{
	vertical-align:middle;
	background:url("../images/common/mente.gif")  10px 0 no-repeat;
	height: 64px;
	padding: 1em 0 0 4em;
}
