@charset "utf-8";

div#utilities li.forum {display: none;}
/* Yahoo fonts.css 2.8.0r4
http://developer.yahoo.net/yui/license.txt */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*========================================

  Elements

========================================*/

html {
	background-color: #f5f5f5;
}

body {
	margin: 0;
	padding: 1px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	color: #111;
	background-color: #fff;
	background-image: url(img/bg_spiral.gif);
	background-repeat: no-repeat;
}

/* Link
---------------*/

a:link,
a:visited {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #999;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #eee;
}

/* Text
---------------*/

h1 {
	margin-top: 1.5em;
	padding-bottom: 2em;
	font-size: 189%;
	color: #000;
	background-image: url(img/bg_heading01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	margin: 2em 0 1em;
	font-size: 116%;
	color: #000;
}

h3 {
	font-size: 100%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #ddd;
	color: #444;
}

pre {
	padding: 10px 20px;
	border-left: 6px solid #ddd;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	color: #C00;
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #f38534;
	border-bottom: 1px solid red;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

/*========================================

  Class

========================================*/

div#main p.topicPath {
	margin: 4px 0 4px;
	line-height: 1;
}
	
div#main p.topicPath a,
div#main p.topicPath span.current {

}

/* Root
-------------------*/

p.topicPath a.root {
	padding: 2px 5px;
	border: none;
	color: #fff;
	background-color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

p.topicPath a.root:hover {
	background-color: #222;
}

/* Download
-------------------*/

div#main .download a { display: inline-block;
	display: inline-block;
	margin: 1px;
	padding: 0.3em 10px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

div#main .download a:hover {
	background-color: #333;
}

/* img
-------------------*/

.img_R {
	margin: 0 0 1em 1em;
	float: right;
}

.img_L {
	margin: 0 1em 1em 0;
	float: left;
}

.img_L a img,
.img_R a img {
	border: none;
}
	
/*========================================

  div#header

========================================*/

div#header {
	margin: 25px 0 0 30px;
}

div#header p.siteName {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 185%;
	font-weight: normal;
}

div#header #google_translate_element {
	padding: 5px 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


div#header p.siteName a {
	border-bottom: none;
	color: #000;
	text-decoration: none;
}

div#header p.siteName a span {
	border-bottom: none;
	text-decoration: none;
	color: #999;
}

div#header p.siteName a:hover span {
	color: #0eaceb;
}

div#header p.description {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

/*========================================

  div#content

========================================*/

div#content {
	padding-bottom: 50px;
	min-width: 770px;
	background-image: url(img/bg_banana.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

p.return {
	margin: 1em 30px;
	padding-right: 18px;
	width: 490px;
	clear: both;
	text-align: right;
	background-image: url(img/arrow2_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

p.return a {
	padding: 2px 5px;
	border: none;
	color: #fff;
	background-color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

p.return a:hover {
	color: #fff;
	background-color: #666;
}

/*--------------------

	div#main

--------------------*/

div#main {
	margin: 0 30px;
	width: 490px;
	float: left;
	display: inline; /* for IE6 */
}

div#main p {
	line-height: 1.7;
	letter-spacing: 1px;
	font-size: 108%;
}

div#main h2 {
	padding: 0.5em 0 0.5em 23px;
	border-bottom: 1px solid #ddd;
	background-image: url(img/mark_circle_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#main ul,
div#main ol {
	margin-left: 20px;
}

div#main li {
	line-height: 1.8;
}

/*--------------------

	div#utilities

--------------------*/

div#utilities {
	margin-bottom: 30px;
	width: 220px;
	_height: 300px;
	min-height: 400px;
	float: left;
	display: inline;
	background: url(img/dot_tate.gif) repeat-y;
}

div#utilities h2 { display: none;
	margin: 0 0 12px 5px;
	padding: 1em 15px;
	border: none;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #222;
}

div#utilities ul {
	margin: 0 0 0 13px;
	padding: 0;
	list-style-type: none;
}

div#utilities div.menu ul {
	
}

div#utilities div.menu ul li {
	margin-bottom: 7px;
	padding: 0 0 4px 13px;
	height: 35px;
	font-size: 11px;
	color: #333;
}

div#utilities div.menu ul li a {
	margin-bottom: 3px;
	padding: 0 0 0 13px;
	border-bottom: none;
	position: relative;
	top: 0;
	left: -13px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

	text-decoration: none;
	color: #000;
	background-image: url(img/arrow01_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div#utilities div.menu ul li a:hover,
div#utilities div.menu ul li.current a {
	color: #999;
	background-position: 2px 0.3em;
}

/*----*/

div#utilities div.vicuna-cms h2 {
	display: block;	
	margin-bottom: 0.8em;
}

div#utilities div.vicuna-cms li {
	font-size: 11px;
}

div#utilities ul.cms {
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

div#utilities ul.cms li {
	margin: 0;
	padding: 0;
	font-size: 11px; /* 文字サイズ */
}

div#utilities ul.cms li a {
	padding: 0.8em 10px;
	display: block;
	position: relative; /* for IE6 */
	text-decoration: none;
	font-weight: bold;
	border-color: #eee;
}

div#utilities ul.cms li a:hover {
	color: #000;
}

div#utilities ul.cms li.mt a {
	color: #0b89bb;
}

div#utilities ul.cms li.wp a {
	color: #759f23;	
}

div#utilities ul.cms li.nc a {
	color: #9ea11e;
}

div#utilities ul.cms li.sb a {
	color: #e6690e;	
}

div#utilities ul.cms li.fc2 a {
	color: #b6120b;	
}

div#utilities ul.cms li.soy a {
	color: #7d8d49;	
}

div#utilities ul.cms li a:hover {
	color: #000;
}


/*--------------------

	> div.document

--------------------*/

div.document h2 {
	display: none;
}

/*--------------------

	> div.contact

--------------------*/


/*--------------------

	div#utilities list class

--------------------*/

div#utilities div.menu ul li.feedback {
	padding-left: 53px;
	background-image: url(img/icon_fb.png);
	background-repeat: no-repeat;
}

/*========================================

  div#footer

========================================*/

div#footer {
	padding: 3px 10px;
	background-color: #f5f5f5;
}

div.v-mates {
	
}

div.v-mate {
	margin: 0 5px 5px 0;
	padding-bottom: 5px;
	border: 1px dotted #999;
	width: 230px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}

div.v-mate h2 {
	margin: 8px 10px;
	color: #000;
	font-size: 100%;
}

div.v-mate h2 span.name {
	color: #000;
}

div.v-mate p.icon {
	margin: 0 10px;
	width: 40px;
	float: left;
	display: inline;
}

div.v-mate p.icon img {
	border: 1px solid #000;	
}

/* */

div.v-mate dl {
	margin: 0 0 0 60px;
	padding: 0;
	_height: 1px; /* for IE6 */
}

div.v-mate dl dt {
	margin: 0 0 5px 0;
	width: 5em;
	float: left;
	color: #000;
}
	
div.v-mate dl dd {
	margin: 0 0 5px 5em;
	color: #666;
	_height: 1px; /* for IE6 */
}

dl.data dd ul,
dl.data dd ol {
	border-left-color: #f0f0e0;
}

dl.data dd ol li {
	margin-left: 18px;
}

dl.data dd ul li,
dl.data dd ol li {
	color: #6c4720;
}

/* */

.topics {
	margin: 2em 0;
	padding: 0 0 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #aaa #aaa #ccc;
	border-radisu: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #111;
	background-color: #fff;
}

div.topics h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0.8em 20px!important;
	border-bottom: 1px solid #999;
	font-size: 100%;
	color: #222;
	background-image: none!important;
}

.topics p,
.topics ul,
.topics dl,
.topics li {
	margin: 0.5em 20px;
}

.topics a:link,
.topics a:visited {
	color: #000;
	font-weight: bold;
}

.topics a:hover {

}

/*========================================

  Template

========================================*/

body.index_main h1 {
	display: none;
}

body.index_main div#main p.topicPath {
	margin-bottom: 30px;
}

body.index_main p.img_R {

}

/*========================================

  Others

========================================*/

/* Clearfix
---------------*/

div.v-mates,
div#footer div.v-mate,
body.index_main div.appeal {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div.v-mates:after,
div#footer div.v-mate:after,
body.index_main div.appeal:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}