@charset "utf-8";

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

	CSS File Name - layout.css
	Last-updated: 2014-04-05

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


/*--------------------------------------------------
* Base
==================================================*/

html {
	-webkit-text-size-adjust: none;
}

body {
	background: url(../images/bg_body.gif) 0 0 repeat;
	color: #666;
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN", Meiryo, メイリオ, sans-serif;
	font-size: 24px;
	line-height: 1.5em;
}

a {
	color: #000;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	color: #999;
}

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

*.clear {
	clear: both;
}

*.alignC {
	text-align: center;
}

*.alignR {
	text-align: right;
}


/*--------------------------------------------------
* Container
==================================================*/

div#container {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------
* Header
==================================================*/

body.home header {
	height: 474px;
	margin-bottom: 40px;
	background: url(../images/bg_header_01.jpg) 0 0 no-repeat;
}

body.profile header {
	height: 474px;
	margin-bottom: 40px;
	background: url(../images/bg_header_02.jpg) 0 0 no-repeat;
}

body.blog header {
	margin-bottom: 40px;
}

header h1 {
	display: none;
}

body.blog header h1 {
	display: block;
}

body.home header ul#globalNav {
	padding: 320px 10px 0 0;
	text-align: right;
}

body.home header ul#globalNav li {
	display: inline;
}

body.profile header ul#globalNav {
	padding: 20px 10px 0 0;
	text-align: right;
}

body.profile header ul#globalNav li {
	margin-bottom: 10px;
}


/*--------------------------------------------------
* Article
==================================================*/

article {
	margin-bottom: 30px;
}

article section {
	margin-bottom: 60px;
}

article section h2 {
	margin: 0 0 30px 10px;
}

article section p {
	margin-bottom: 30px;
}

article section div#gmap {
	width: 640px;
	height: 500px;
	margin: 0 auto 30px auto;
}

article section.box p {
	width: 560px;
	margin: 0 auto 30px auto;
}

article section.box p.trial {
	width: 460px;
	margin-bottom: 25px;
	padding: 5px 0 5px 100px;
	background: url(../images/icon_trial.gif) 0 0 no-repeat;
	color: #e75b56;
}

article section.box div.circle {
	width: 580px;
	margin: 0 auto;
	padding: 30px 30px 5px 30px;
	background-color: #fff;
	border-radius: 20px;
}

article section.box div.circle hr{
	border-color: #fff;
	border-bottom: 4px dotted #f6ad49;
	height: 0px;
	margin-top: 0px;

}

article p#pagetop {
	text-align: center;
}



/*--------------------------------------------------
* Blog
==================================================*/

article div#mainContent {
	display: inline;
	float: right;
	width: 460px;
	margin: 0 10px 30px 0;
	font-size: 18px;
	line-height: 1.5em;
}

article div#mainContent section h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
}

article div#mainContent section p {
	margin-bottom: 15px;
}

article div#mainContent section p.img {
	margin-bottom: 20px;
	border: 2px solid #999;
}

article div#mainContent section p.date {
	text-align: right;
}

article div#mainContent section p.more {
	text-align: right;
}

article div#mainContent section p.more a {
	padding-right: 15px;
	background: url(../blog/images/icon_arrow.png) right 9px no-repeat;
}

article div#subContent {
	display: inline;
	float: left;
	width: 200px;
	margin: 0 0 30px 10px;
	font-size: 18px;
	line-height: 1.5em;
}

article div#subContent ul#globalNav {
	padding-bottom: 30px;
}

article div#subContent ul#globalNav li {
	margin-bottom: 10px;
}

article div#subContent section h2 {
	margin: 0 0 20px 0;
}

article div#subContent section ul li {
	margin: 0 0 15px 20px;
	list-style-type: disc;
}


/*--------------------------------------------------
* Footer
==================================================*/

footer {
	height: 194px;
	background: url(../images/bg_footer.jpg) 0 0 no-repeat;
}

footer p.littleland {
	padding: 45px 10px 0 0;
	text-align: right;
}
