@charset "Shift_JIS";
/*すべてのページで適用されるスタイル-------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
}

html{
    height: 100%;
}

body {
	font-size: 75%;
	line-height :1.4;
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin:0;
	padding:0;
}

img {
	border:none;
	vertical-align: top;
}

a{
   color:#333333;
   text-decoration: none ;
}

a:hover {
   color:#992222;
   text-decoration: underline ;
}

a.blank {
	background:url(img/blank.gif) no-repeat 2px 0;
	padding-left:18px;
}

a.inner {
	background:url(img/inner.gif) no-repeat 6px 0;
	padding-left:20px;
}


strong {
	color:#992222;
}

.fontcolor {
	color:#992222;
}

/*headerの設定-----------------------------------*/
#header {
	width: 100%;
	height: 100px;
	position:relative;
	background: url(img/t_06.gif) repeat-x top left;
}

/*title画像*/
#header h1{
	position:absolute;
	top:20px;
	left:5px;
	width:450px;
	margin:0;
	padding:0;
}

#header p{
	width:auto;
	height:auto;
	position: relative;
	top: 45px;
	padding:10px;
	text-align:right;
	font-variant: small-caps;
}


/*footerに適用される設定*/

#footer {
	font-size: 80%;
	clear: both;
	position: relative;
	height: 80px;
	width: 100%;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer p {
	position:absolute;
	top:15px;
	left:30px;
}

#footerNo {
	position:absolute;
	top:40px;
	left: 20px;
}

#footernavi01 {
	position:absolute;
	top:40px;
	right:400px;
}

#footernavi02 {
	position:absolute;
	top:40px;
	right:300px;
}

#footernavi03 {
	position:absolute;
	top:40px;
	right:200px;
}

/*メニューに適用される設定-----------------------*/
#menu {
	width:310px;
	float: left;
}

.tdwl{
	background-image: url(img/t_08_r2_c1.gif);
	background-repeat: repeat-y;
}

.tdwr{
	background-image: url(img/t_08_r2_c3.gif);
	background-repeat: repeat-y;
}

.tdwu{
	background-image: url(img/t_08_r1_c2_1.gif);
	background-repeat: repeat-x;
}

.tdwd{
	background-image: url(img/t_08_r3_c2_1.gif);
	background-repeat: repeat-x;
}

/*リスト第一階層に適用される設定*/
#menu ul li{
	width:auto;
	height:auto;
	border-bottom:1px dotted #333333;
}

ul ul {
	padding-bottom:10px;
}

.li{
	background:url(img/menu_listimg.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}

/*メニュー第２階層に適用される設定*/
.lishoku{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background:url(img/m_m_shoku.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;	
}

.lisake{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background:url(img/m_m_sake.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}	

.lihana{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background:url(img/m_m_hana.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}

.litya{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background:url(img/m_m_tya.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}	

.lihoka{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background:url(img/m_m_hoka.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}

.lifamily{
	margin-left:20px;
	border-bottom:1px dotted #333333;
	background: url(img/m_m_li2.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}

/*メニュー第３階層に適用される設定*/
.lieat{
	margin-left:40px;
	border-bottom:1px dotted #333333;
	background: url(img/m_m_li3.gif) no-repeat 10px 0.5em;
	padding-left: 12px;
    list-style: none;
    text-indent:3em;
	line-height:2.5em;
}

/*contentsに適用される設定*/
#contents {
	margin-left: 310px;
	padding-top: 10px;
}
