@charset "SHIFT_JIS";

body {
	color:#333;
	background:url(../common/bg.jpg) repeat-x;
	font:100% 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', '‚l‚r ‚oƒSƒVƒbƒN', "sans-serif";
	margin: 0px;
	padding: 0px;
}

h1 {margin:0px; padding:0px;}
h2 {margin:0px; padding:0px;}
h3 {margin:0px; padding:0px;}
h4 {margin:0px; padding:0px;}
p {margin:0px; padding:0px;}

a.white{}
a.white:link{
text-decoration:none;
color: #FFF;
}
a.white:visited {
text-decoration:none;
color: #FFF;
}
a.white:hover {
text-decoration:underline;
color: #FFF;
}
a.white:active {
text-decoration:underline;
color: #FFF;
}
a.gray{}
a.gray:link{
text-decoration:none;
color: #333;
}
a.gray:visited {
text-decoration:none;
color: #333;
}
a.gray:hover {
text-decoration:underline;
color: #333;
}
a.gray:active {
text-decoration:underline;
color: #333;
}

.Lsmall    { font-size:65%; line-height:140%; }
.small    { font-size:65%; line-height:120%; }
.Lmedium   { font-size:75%; line-height:180%; }
.medium   { font-size:75%; line-height:130%; }
.large   { font-size:83%; line-height:150%; }

p.caption_indent {	font-size:63%; line-height:120%; padding-left:1em; margin:0; padding-top:5px; }
.caption_indent  { text-indent:-1em; }

p.caption { font-size:63%; line-height:130%; margin:0; padding-top:5px;}

hr{
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: 1px solid #666;
	_height: 1px;

}
.dotline-x {
	background-image: url(../common/dotline.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.dotline-y {
	background-image: url(../common/dotline2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.line-y {
	background-image: url(../common/line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.line-x {
	background-image: url(../common/line2.gif);
	background-repeat: repeat-x;
	background-position: center;
}
