﻿@charset "utf-8";
/*
Theme Name: U4s
Theme URI: http://www.usability4s.info
Description: U4s
Version: 1
Author: Mamico mori
Author URI: http://www.mamion.net
Tags: senior
*/


body{
	padding:0px;
	margin:auto;
}
.clear{
	clear:both;
}

p{
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
}
h1{
	font-size:0.9em;
	font-color:#ffffff;
	backgroundcolor:#CCCCCC;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	padding-top: 3px;
}
h2{
	background-image: url(images/title01.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #333333;
	padding: 10px 5px 10px 25px;
	font-size: 1.2em;

}
h3{
	background-image: url(images/title02.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height:25px;
	padding: 5px 5px 0px 25px;
	color: #333333;
	font-size: 1.0em;
}

h4{
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
	padding: 5px;
	font-size: 1.0em;
}

li{
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
}


#wrapper{
	width:800px;
	padding:0;
	margin:0 auto;
	border: 1px solid #999999;
}

#header{
	width:800px;
	height:100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	background-position: top;
}

/*グローバルメニュー*/

#glovalmenu{
	height:32px;
}
/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	height:32px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align:left;
	padding:0;
	margin:0;
}

#g_navi ul {
	padding:0;
	margin:0;
}

#g_navi li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#g_navi li a {
	height:32px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	margin:0;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(images/menu.jpg) no-repeat 0px 0px;
	width:139px;
}
#g_navi li.g_navi02 a {
	background:url(images/menu.jpg) no-repeat -140px 0px;
	width:130px;
}
#g_navi li.g_navi03 a {
	background:url(images/menu.jpg) no-repeat -270px 0px;
	width:130px;
}
#g_navi li.g_navi04 a {
	background:url(images/menu.jpg) no-repeat -400px 0px;
	width:130px;
}
#g_navi li.g_navi05 a {
	background:url(images/menu.jpg) no-repeat -530px 0px;
	width:130px;
}
#g_navi li.g_navi06 a {
	background:url(images/menu.jpg) no-repeat -660px 0px;
	width:139px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(images/menu.jpg) no-repeat 0px -64px;
}
#g_navi li.g_navi02 a:hover {
	background:url(images/menu.jpg) no-repeat -140px -64px;
}
#g_navi li.g_navi03 a:hover {
	background:url(images/menu.jpg) no-repeat -270px -64px;
}
#g_navi li.g_navi04 a:hover {
	background:url(images/menu.jpg) no-repeat -400px -64px;
}
#g_navi li.g_navi05 a:hover {
	background:url(images/menu.jpg) no-repeat -530px -64px;
}
#g_navi li.g_navi06 a:hover {
	background:url(images/menu.jpg) no-repeat -660px -64px;
}

/*------on*/
#g_navi li.g_navi01_on a {
	background:url(images/menu.jpg) no-repeat 0px -32px;
	width:139px;
}
#g_navi li.g_navi02_on a {
	background:url(images/menu.jpg) no-repeat -140px -32px;
	width:130px;
}
#g_navi li.g_navi03_on a {
	background:url(images/menu.jpg) no-repeat -270px -32px;
	width:130px;
}
#g_navi li.g_navi04_on a {
	background:url(images/menu.jpg) no-repeat -400px -32px;
	width:130px;
}
#g_navi li.g_navi05_on a {
	background:url(images/menu.jpg) no-repeat -530px -32px;
	width:130px;
}
#g_navi li.g_navi06_on a {
	background:url(images/menu.jpg) no-repeat -660px -32px;
	width:139px;
}

/*ライン*/

#line01{
	width:800px;
	height:20px;
	background-image: url(images/line01.gif);
	background-repeat: repeat-x;
}

#line02{
	width:800px;
	height:20px;
	background-image: url(images/line02.gif);
	background-repeat: repeat-x;
}

#line03{
	width:800px;
	height:20px;
	background-image: url(images/line03.gif);
	background-repeat: repeat-x;
}

#line04{
	width:800px;
	height:20px;
	background-image: url(images/line04.gif);
	background-repeat: repeat-x;
}

#line05{
	width:800px;
	height:20px;
	background-image: url(images/line05.gif);
	background-repeat: repeat-x;
}

#line06{
	width:800px;
	height:20px;
	background-image: url(images/line06.gif);
	background-repeat: repeat-x;
}


/*右メニュー*/

#menu01{
	background-color:#B9DCFF;
	width:249px;
	padding:10px 0 10px 0;
	float:left;
	margin:0;
	text-align:center;
}


#menu02{
	background-color:#DFDFFF;
	width:249px;
	padding:10px 0 10px 0;
	float:left;
	margin:0;
	text-align:center;
}

#menu02 .bt{
	background-image: url(images/menu02.gif);
	width:145px;
	height:23px;
	margin:0 auto 15px auto;
	padding:9px 10px 0 45px;
	text-align:left;
	font-size:0.9em;
}

#menu03{
	background-color:#FFD9D9;
	width:249px;
	padding:10px 0 10px 0;
	float:left;
	text-align:center;
}

#menu03 .bt{
	background-image: url(images/menu03.gif);
	width:145px;
	height:23px;
	margin:0 auto 15px auto;
	padding:9px 10px 0 45px;
	text-align:left;
	font-size:0.9em;
}

#menu04{
	background-color:#FFD7C4;
	width:249px;
	padding:10px 0 10px 0;
	float:left;
	text-align:center;
}

#menu04 .bt{
	background-image: url(images/menu04.gif);
	width:145px;
	height:23px;
	margin:0 auto 15px auto;
	padding:9px 10px 0 45px;
	text-align:left;
	font-size:0.9em;
}

#menu05{
	background-color:#FFE7B3;
	width:249px;
	padding:10px 0 10px 0;
	float:right;
	text-align:center;
}

#menu05 .bt{
	background-image: url(/images/menu05.gif);
	width:145px;
	height:23px;
	margin:0 auto 15px auto;
	padding:9px 10px 0 45px;
	text-align:left;
	font-size:0.9em;
}

/*コンテンツ*/

#contents{
	width:530px;
	float:left;
	padding:10px;
}

/*フッター*/


#footer{
	background-color: #E0E0E0;
	border-top: 1px solid #999999;
	padding:30px 30px 5px 30px;
	color: #666666;
	margin:0;
	

}

#footer01_left{
	margin:0;
	float:left;
	width:300px;
}

#footer01_right{
	margin:0 0 0 50px;
	float:left;
	width:300px;
}



#footer .menu_l{
	margin:0 0 10px 0;
	padding:7px 0 0 20px;
	width:280px;
	height:18px;
	font-size:0.9em;
	background-image: url(images/footer_bg_l.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#footer .menu_l a{
	color: #4C4C4C;	
}

#footer .menu_l a:hover{
	color: #FF9999;	
}


#footer ul {
	padding:0;
	margin:0 0 10px 0;
}

#footer .menu_s{
	margin:0 0 0 50px;
	padding:0px;
	height:18px;
	font-size:0.8em;
	line-height:120%;
	list-style-position: outside;
	list-style-image: url(images/footer_bg_s.gif);
}

#footer .menu_s a{
	color: #5F5F5F;	
}

#footer .menu_s a:hover{
	color: #99CCFF;	
}


#footer02{
	background-color: #999999;
	color: #FFFFFF;
	text-align:center;
	margin:0;
	font-size:0.8em;
	padding:5px;
}


/*画像に関するもの*/
img{
	border: 0px;
}
.box_dash {
	background-color: #E6FFFF;
	padding: 5px;
	border: 2px dotted #999999;
}
/*画像が左にあるのときの扱い*/
.left{
	float:left;
	width:120px;
}
.right{
	float:left;
	width:390px;
	margin-left: 5px;
	margin-top:0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0px;
}

/*テーブル*/

table {
	border: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
}

table th{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size:0.9em;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	text-align:center;
}
 
table td{
	border: 1px solid #CCCCCC;
	color: #333333;
	padding:5px;
	font-size:0.9em;
	text-align:left;	
}

.noborder table{
	border: none;
	color:#000000;
	margin: 0;
}

.noborder td{
	border: none;
	padding: 5px 5px 5px 0;
	color:#000000;
}

/*コンテンツ特有*/
.narrow-box{
	text-align:left;
}
.3cat{
	background-image: url(images/title02.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 0px;
	color: #333333;
	font-size: 0.9em;
}


/*シニア層データ*/
#data{
	padding:0;
	margin:0;
}

#data .ttl{
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding: 5px;
	font-size: 0.9em;
}


#data ul {
	padding:0;
	margin:0;
}

#data .lst{
	margin:10px 0 0 35px;
	padding:0;
	line-height:120%;
	list-style-position: outside;
	list-style-image: url(../images/data_icon.gif);
}

#data .lst a{
	color: #333333;
	text-decoration: underline;
}

#data .lst a:hover{
	color: #FF9900;	
	text-decoration: underline;
}
