@charset "Shift_JIS"; 

*{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    font-family:Arial,Verdana,san-serif;
    line-height:1.6em;
}

body{
	background-image: url(../pict/001mo.gif);
	background-repeat: repeat;
}
p{
	margin: 5px 30px;
	padding: 10px;
	color: #333;
	background-image: url(../pict/p_bg.gif);
}

/*======== 見出し要素 ========*/
h1{
    padding:10px 13px;
    font-weight:normal;
    font-size:20pt;
    font-family:Times New Roman;
}
h2{
    margin:10px 30px;
    letter-spacing:0.5em;
    font-weight:normal;
    font-size:20pt;
    font-family:Times New Roman;
    text-align:right;
    border-bottom:1px solid #ccc;
}
h3{font-family:Arial;margin:10px 30px;}
h4{font-family:Arial;margin:5px 30px 0;color:#999999;}
h5  {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	height: 100px;
	position: relative;
}

/*======== リンク ========*/
a{text-decoration:none;}
a:link,a:active,a:visited{color:#000000;}
a:hover{color:#cccccc;}

/*======== 全体デザイン ========*/
#wrap{
    position:relative;
    width:800px;
}

#left{
    width:200px;
    float:left;
    background-color:transparent;
}
.box{
	margin: 10px;
	background-image: url(../pict/filter.png);
}
 .menu_title{font-weight:bold;padding:5px 13px 0;}
 p.menu_text{margin:0;padding:5px 13px;color:#333;background:none;}
.menu{padding:10px 13px;}
.menu ul{list-style:none;}
.menu li a{
	font-size: 13px;
	list-style: none;
	padding-left: 14px;
	background-image: url(../pict/li2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu li a:hover{
	background-image: url(../pict/li2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#right{
	width: 600px;
	float: right;
	background-image: url(../pict/filter.png);
}

#footer{
	width: 600px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	float: right;
	background-image: url(../pict/filter.png);
}

/*======== テキスト用 ========*/
.txt{}
.txt ul{list-style-type:circle;padding:0 45px;}
.txt li{list-style-type:circle;}

/*======== ブックマーク用  ========*/
.banner{padding:0 30px;}
.banner dl{margin-top:5px;clear:both;line-height:0px;}
.banner dt{width:200px;float:left;}
.banner dd{
    margin-left:210px;
    padding-top:0.1em;
    padding-left:0.5em;
    border-left:5px solid #dddddd;
}
