/* CSS Document */
/* レイアウト関係 */
#rapped	{
	width:780px;
	margin:10px auto;
	background-color: #FFFFFF;
		}
#menu	{
	width:220px;
	float: right;

		}
#main	{
	width:540px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
		}

#footer	{
	clear: both;
		}

/* レイアウト調整用 */
.clear{
	padding: 0px;
	margin: 0;
	clear: both;
		}



/* メニュー内スタイル */
#menu ul{
	margin-left: 0px;
	background-image: url(img/menu_rev01.jpg);
	font-size: 0.7em;
	line-height: 2em;
}
#menu li{
	border-bottom-color: #666600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 14px;
}

/* 2007.06.27追加リンクタグスタイル */
#menu li a{
	text-decoration: none;
		color: #cc3333;	
}

#menu li a:hover{
	color: #FF6600;
	text-decoration: none;
}


/* メイン内新着 */
.new{
	padding: 0em 0em 0em 0.5em;
	border-bottom: solid 1px #996600;
	border-left: solid 5px #996600;
	font-size: 1em;
	color: #333333;
	background-color: #CCCC99;
	color: #333333;
		}
		
/* メイン内スタイル */		
#main a {
	text-decoration: none;
	color: #9d1961;
}

#main a:hover {
	text-decoration: underline;
}

/* メニュースタイル */
#glovalNavi {
	height: 30px;
	width: 780px;
	margin: 0;
	padding: 0;
}
#glovalNavi ul{
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(img/rev04_2.jpg);
	background-position: 0px 10px;
	background-repeat: repeat-x;
	height: 30px;
}
#glovalNavi li{
	display:block;
	float:left;
}
#glovalNavi a{
	display: block;
	width:117px;
	text-align: center;
	padding: 5px 1px;
	background-image: url(img/rev04_2.jpg);
	background-position: bottom;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #996633;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #CC3333;
	text-decoration: none;
}
#glovalNavi a:hover{
	color: #FF6600;
	text-decoration: none;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*#glovalNavi td{
	background-image: url(img/rev04_2.jpg);
	background-position: bottom;
}
*/
/* 個別スタイル */
.cont01	{
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: justify;
	text-justify: distribute;
	color: #666666;
		}
.cont02	{
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	text-align: justify;
	text-justify: distribute;
	color: #666666;
		}
.colam	{
	background-color: #F3D6D6;
	padding: 5px;
	border: 1px dotted #660000;
	display: block;
		}

.imgright	{
	text-align: right;
	display: block;
	float: right;
	margin: 30px 0px 0px 0px;
		}
.txtright {
	float: right;
	margin: 0px 8px 20px 0px;
}

		
.caption	{
	font-size: 0.75em;
	color: #666666;
		}
		
/* タグ */
body {
	margin:0;
	text-align:center;
	background-color: #ffeeff;
}
h1	{
	line-height: normal;
	margin: 0px;
	font-size: 0.85em;
	color: #CC6666;
	padding: 5px;
	text-align: right;
	background-image: url(img/rev04_2.jpg);
	background-position: -10px;
	}

h2 {
	line-height: normal;
	margin: 0px;
}

h3 {
	color: #CC6666;
	font-size: 1.5em;
	padding: 10px 5px;
	line-height: 1.6em;
	text-align: center;
}
h4 {
	color: #990033;
	font-size: 0.9em;
	line-height: 1em;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
h5 {
	color: #CC3366;
	font-size: 1em;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	padding: 0.5em 0.5em 0.5em 2em;
	background-image: url(img/rev05.gif);
	border-left-color: #CC3333;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CC3333;
	border-top-style: solid;
	border-top-width: 1px;
}

h6 {
	color: #999999;
	font-size: 0.8em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: justify;
	text-justify: distribute;
	color: #666666;
	margin-bottom: 20px;
		}
		
p img {
	margin: 0px 10px 0px 0px;
	}
ul {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	background: url(img/line.gif) repeat-x left top;
    list-style-type: none;
	font-size: 1em;
	line-height: 100%;
		}
li {
	margin: 0px;
	padding: 5px 0px 5px 8px;
	background: url(img/line.gif) repeat-x bottom left;
	background-color:#ffff00
	font-weight: bold;
		}
/* フッター */
#footer	{
	margin: 3px 0px;
	width: 780px;
	background-color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
		}

#footer a{
	margin: 0px 3px;
	text-decoration: none;
		}
/* 追加 */
.midashi00 {
	color: #CC3399;
	font-size: 1.2em;
	padding: 0px 5px;
	line-height: 1.5em;
	text-align: center;
	margin-left: 50px;
}
.kaku	{
	font-size: 0.2em;
	text-align: right;
	visibility: hidden;
		}
img {
	border: 0px;
}
#rapped #sobmain p td {
	font-size: 0.8em;
}
#sobmenu strong{
	margin: 20px 5px;
	text-align: center;
}

.001 {
background-color:ffff00
}
