@charset "UTF-8";

/*
株式会社オーイシ
Oishi Co.,ltd.
Author: Nag Design Office
Author URI: http://www.nag-design.com/
2008.11.26
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	padding: 0;
	background: #999999 url(images/bg.gif) repeat-x top;
	color: #000000;
	font-size: 1.0em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font: normal 1.0em;
}

a {color: #5A70FF;}

a:hover {color: #FF000A;}

big {font-size: 1.2em; }

h1,h2,h3 {color: #000000; }

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
	color:#FFFFFF;
}

h1 a:hover {text-decoration: underline;}

h2 {
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	font-size: 0.85em;
	font-weight: normal;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font: normal 13px;
	padding-left: 26px
}

form,table {margin-bottom: 12px;}

img {border: none;}

label {display: block;}

li {line-height: 20px;}

p {padding: 2px 0 10px;}

small,.small {font: normal 10px;}

ul,ol {padding: 0;}

/* structure */
#wrapper {
	background: #FFFFFF url(images/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}

#container {
	border-top: 6px solid #FFFFFF;
	font-size: 0.85em;
	line-height: 2.0em;
	margin: 10px auto;
	width: 750px;
}

/* header */
#logo {
	display: block;
	overflow: hidden;
	width: 750px;
	height: 0 !important;
	height /**/:220px;
	padding-top: 220px; 
	background: #5A70FF url(images/header.jpg) no-repeat left top;
}

.header {
	display: block;
	height: 20px;
	padding: 10px;
	letter-spacing: 6px;
	text-align: center;
	background: #000000 url(images/contentbg.gif) repeat;
}


/* Navi */
#globalnavi {
	width: 750px;
	height: 40px;
	list-style-type: none;
	background: #000000 url(images/navbg.gif) left top repeat-x;
}

#globalnavi li {
	float: left;
	width: 124px;
}

#globalnavi li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:40px;
	padding-top: 40px;
	background-image: url(images/navibtn.gif);
	color: #FFFFFF;
}

/* オフマウス */
#navi01 a { background-position: 0 0; }
#navi02 a { background-position: -124px 0; }
#navi03 a { background-position: -248px 0; }
#navi04 a { background-position: -372px 0; }

/* 選択 */
#navi01 a.stay { background-position: 0 -80px; }
#navi02 a.stay { background-position: -124px -80px; }
#navi03 a.stay { background-position: -248px -80px; }
#navi04 a.stay { background-position: -372px -80px; }

/* オンマウス */
#navi01 a:hover { background-position: 0 -40px; }
#navi02 a:hover { background-position: -124px -40px; }
#navi03 a:hover { background-position: -248px -40px; }
#navi04 a:hover { background-position: -372px -40px; }


/* main */
.main {
	background: #CCCCCC url(images/main.gif) repeat-y;
}

/* slink */
.slink {
	display: block;
	border-top: 1px solid #cccccc;
	height: 45px;
	padding: 14px 20px;
	background: #000000 url(images/contentbg.gif) repeat;
}


/* bottom */
.bottom {
	background: #5A70FF url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #cccccc;
	color: #cccccc;
	padding: 14px 20px;
}

.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom .left {width: 65%;}
.bottom .right {width: 33%;}


/* footer */
.footer {
	display: block;
	font-size: 0.75em;
	height: 20px;
	background: #FFFFFF;
	color: #666666;
	padding: 10px;
}

.footer .left {width: 33%;}

.footer .right {
	width: 66%;
	text-align: right;
}

.footer a {
	color: #5A70FF;
	text-decoration: none;
}

.footer a:hover {
	color: #ccccaa;
	text-decoration: underline;
}

/* misc */
.content {
	padding: 18px 20px;
	letter-spacing: 0.1em;
}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0; line-height: 0;}
.col2 .left {width: 66%;}
.col2 .right {width: 33%;}

.righttxt {
	font-size: 1.0em;
	padding: 5px;
}


/* block list */
ul.block, .block ul {
	border-top: 1px dashed #999999;
	margin: 4px 0;
	padding: 0;
	width: 99%;
}
.block li {
	border-bottom: 1px dashed #999999;
	list-style: none;
}
.block li a,.block li em {
	color: #5A70FF;
	display: block;
}
.block li em {
	font-size: 10px;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #5A70FF;
	background: #D2D0C0;
}

.right .block,.right .block li {border-color: #999999;}
.right .block li a:hover {background: #FFFFFF;}
