@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Georgia, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	font-family: ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3;
}

h1 {font-size: 16px;

}

h2 {font-size: 12px;
   	padding: 10px; 
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

h4 {
    padding: 10px;
	font-size: medium;
    color: #A92030;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* Container */

.container {

}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* imagebox */

div.imagebox {
		   border: 1px dashed #0000cc; /* 枠線 */
		   background-color: #ffffff;  /* 背景色 */
		   width: 240px;               /* 横幅 */
		   float: left;                /* 左に配置 */
		   margin: 1px;                /* 周囲の余白 */
		   border:none;
		}
		p.image, p.caption {
		   text-align: center; /* 中央寄せ */
		   margin: 5px;        /* 余白・間隔 */
		}
		p.caption {
		   font-size: 80%;     /* 文字サイズ */
		   color: darkblue;    /* 文字色 */
		}

		p.exp {
			clear: left;       /* 回り込みを解除 */
		}/* Logo */

#logo {
	width: 780px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 780px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}
/* Wrapper */

#wrapper {
	clear: both;
	width: 780px;
	margin: 0 auto;
	background: url(images/img01_bl_be.gif) repeat-y;
}

/* Left Accordion Menu */

.menu_list {
	width: 200px;
}
.menu_head {
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	margin:1px;
       font-weight:bold;
       background: #eef4d3 url(images/left.png) center right no-repeat;
}
.menu_body {
	display:none;
}

.menu_body a {
  display:block;
  color:#3749B0;
  background-color:#EFEFEF;
  padding-top:2px;
  padding-left:15px;
  font-size:10px;
}
  
.menu_body a:hover {
  color: #990000;
  text-decoration:underline;
}

/* Column One */

#col-one {
	float: left;
	width: 160px;
	padding-top: 5px;
	
}

#col-one .image {

}

#col-one .container {
	
}

#col-one .boxed {
    padding-left: 5px;
}

#col-one .boxed .title {
	color: #A92030;
}

#col-one .boxed .content {
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
}

#col-one .boxed .content .textfield {
}

#col-one .boxed .content .button {
}

#col-one .boxed .content .tiny {
}

#col-one .boxed .content .tiny a {
}

/* Column Two */

#col-two {
	float: right;
	width: 780px;
	margin-left: auto;
	padding-top: 0px;
	background: url(images/img08_be.gif) no-repeat;
}

#col-two .image {
	height: 180px;
}

#col-two .container {
	background: url(images/img10_be.gif) repeat-x;
}

#col-two .boxed {

}

#col-two .boxed .title {
	color: #3749B0;
}

#col-two .boxed .content {
    color: #333333;
}


/* Extra */

#extra {
	height: 4px;
	background: url(images/img11_bl_be.gif);
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}
