@charset "utf-8";


* {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, ;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 16px;
    color:#C03;

}

h2 {
	font-size: 12px;
}

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

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

p, blockquote, ul, ol {
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

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: #999;
}

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

img {
	border: none;
}

/* Container */

.container {
	font-size:16px;
	font-weight:bold;
	color:#9B3C24;
	text-align:center;

}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 16px;
	font-weight:bold;
	color:#A92030;
	
}

.boxed .content {
	padding: 10px;
	text-align:left;
}

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

		p.exp {
			clear: left;       /* 回り込みを解除 */
		}
		
div.imagebox2 {
		   border: 0px dashed #0000cc; /* 枠線 */
		   background-color: #ffffff;  /* 背景色 */
		   width: 230px;               /* 横幅 */
		   float: left;                /* 左に配置 */
		   margin: 0px;                /* 周囲の余白 */
		   border:none;
		}
		p.image, p.caption {
		   text-align: center; /* 中央寄せ */
		   margin: 2px;        /* 余白・間隔 */
		}
		p.caption {
	font-size: 12px;     /* 文字サイズ */
	color: #C03;    /* 文字色 */
		}

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

#logo {
	width: 880px;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 1.2em;
	color:#3A3A3A;
}

#logo h2 {
	float: rightt;
	font-size: 1.2em;
	color:#3A3A3A;
	}
    
#logo h3 {
    font-style:italic;
	float: left;
	font-size: x-small ;
	color:#6A6A6A;
	margin-left: 10px;
}

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

/* Menu */

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

#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;
	
	font-size: xx-small;
	font-weight: bold;
}

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

#wrapper {
background-color: #FFFFFF;
	clear: both;
	width: 880px;
	margin: 0 auto;
	}

/* Column One */

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

#col-one .image {
  

}

#col-one .container {
	
}

#col-one .boxed {
  
	
}

#col-one .boxed .title {
	padding-top: 10px;
	font-size: 16px;
	font-weight:bold;
	color:#A92030;
	text-align:center;
}

#col-one .boxed .content {

}


/* Column Two */

#col-two {
	float: right;
	width: 400px;
	padding-top: 5px;
}

#col-two .image {
	
}

#col-two .container {
	
}

#col-two .boxed {

}

#col-two .boxed .title {
	padding-top: 10px;
	font-size: 16px;
	font-weight:bold;
	color:#A92030;
	text-align:center;

}

#col-two .boxed .content {
    
}


/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
}

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