/* HTML elements */

body {
	background-color: #f2f2f2;
	color: #666;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}
a {
	color: #a54569;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	clear: left;
	color: #5c5a5a;
	font-weight: 400;
	margin: 0.7em 0;
	font-family: 'Lobster';
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.4em;
}
h3 {
        border-left: solid #a54569 20px;
/*        border-left: solid #5c5a5a 25px;*/
/*        border-left: solid grey 25px; */
	font-size: 1.9em;
        padding: 5px;
}
p, ul {
	margin: 0 0 20px 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*#ffeaea;*//*#cde4ff;*//*#fff8e8;*//*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

hr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #bbb inset;
}
/*
hr {
    background-color: #a54569;
    height: 3px;
    border: none;
    border-bottom:medium double #999;
    color: #a54569;
}
*/

/* Main wrappers */
#wrapper {
	background-color: #fff;
	margin: 35px auto;
	width: 960px;
}

/* Layout IDs */
#header {
	position: relative;
}
#sitetitle {
	float: left;
	margin: 30px 0 10px 30px;
}
#sitetitle h1 {
	font-size: 40px;
	color: #777;
	margin: 0;
	padding: 0;
}
#header-image {
	height: 300px;
	margin: 0;
	padding: 0;
}
#content {
	padding: 15px 30px;
	background-color: #fafafa;
}
#extended {
	padding: 15px 30px;
	background-color: #fff;
}
#extended a {
	text-decoration: underline;
}

/* Main navigation menu */
#nav {
	float: right;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 30px 30px 26px 20px;
}
#nav ul li {
	background: none!important;
	display: inline-block;
	text-align: right;
	height: auto;
	line-height: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	position: relative;
}
#nav ul li a {
	color: #797777;
	display: block;
	font-size: 12px;
	padding-top: 0;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #111;
}
#nav ul li a.current {
	color: #000;
}
/* Columns */

#box1 {
	float: left;
	width: 33.3%;
}
#box2 {
	float: left;
	width: 33.3%;
}
#box3 {
	float: right;
	width: 33.3%;
}
.inner {
	margin: 5px 30px;
}

.inner img {
	width:100%;
}

#box1 .inner {
	margin-left: 0;
}
#box2 .inner {
	margin-left: 15px;
	margin-right: 15px;
}
#box3 .inner {
	margin-right: 0;
}

/* Footer */
#footer {
	clear: both;
	background-color: #fafafa;
}
#footer p {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding: 15px 30px;
	text-align: center;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #333;
}

/* Clearing fix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1%;
}

/*
 jQuery Nivo Slider v2.7.1
 */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 8;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline!important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: 700;
}

/*
Skin Nivo Slider Default Theme 
*/
.slider-wrapper .nivoSlider {
	position: relative;
	height: 300px;
	background: #fafafa url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 55px;
}
.slider-wrapper .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.slider-wrapper .nivoSlider a {
	border: 0;
	display: block;
}
.slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -41px;
	margin-left: -60px;/* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.slider-wrapper .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.slider-wrapper .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.slider-wrapper a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.slider-wrapper a.nivo-prevNav {
	left: 15px;
}
.slider-wrapper .nivo-caption {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	text-shadow: 0 0 4px #111;
}
.slider-wrapper .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.slider-wrapper .nivo-caption a:hover {
	color: #fff;
}

