#LogoArea {
	margin: 0;
	padding: 0;
	background: -moz-linear-gradient(top, #ff8cb7, #b55b8f);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8cb7), to(#b55b8f));
	position: relative;
}

#LogoArea h1 {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

#LogoArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#LogoArea li {
	position: absolute;
	margin: 0;
	padding: 0;
}

#LogoArea li.info img {
	width: 80px;
}

#LogoArea li.blog img {
	width: 80px;
}

#LogoArea li.info {
	top: 65px;
	right: 50px;
}

#LogoArea li.blog {
	top: 90px;
	right: 50px;
}

#LogoArea li.tell {
	top: 0px;
	right: 5px;
}

#LogoArea li.mail {
	top: 65px;
	right: 0;
}

#NaviArea {
}

#NaviArea li a {
	text-align: left;
	text-indent: 30px;
	background-image: url(../images/navi_back.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
}

#GlobalArea {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	overflow: hidden;
	text-align: center;
}

#GlobalArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#GlobalArea ul li {
	margin: 0;
	padding: 0;
}

#GlobalArea ul li img {
}

#MainArea {
	/*margin-bottom: 15px;*/
}

#MainArea .flex-container {
	width: 100%;
	max-width: 476px;
	margin: 0 auto;
}

#MainArea .flexslider {
	border: 0px;
}

#MainArea h2 {
	margin: 0;
	padding: 0;
}
#MainArea img {
	max-width: 100%;
}

#MainArea ul {
	margin: 0;
	padding: 0;
}

#MainArea li {
	list-style: none;
}

#HistoryArea {
	margin-top: -10px;
	margin-bottom: 30px;
}

#ContentArea h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 35px;
	height: 40px;
	max-width: 1000px;
	line-height: 40px;
	font-size: 16px;
	text-shadow: 1px 1px 3px #bbb;
	background-color: #ad2187;
	background-image: url(../images/h2back.gif);
	background-position: 0 0;
	background-repeat: repeat;
	border-radius: 3px;		/* CSS3‘ˆÄ */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 3px;	/* Firefox—p */
	overflow: hidden;
}

#ContentArea h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #4E2600;
	text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
}

#ContentArea h3.notopmargin {
	-webkit-margin-before: 0;
}

#ContentArea h4 {
	font-size: 1.05em;
	font-weight: bold;
	border-left: 5px solid #ad2187;
	padding-left: 7px;
	text-shadow: 2px 2px 5px rgba(0,0,0, 0.4);
}

#ContentArea h4 label {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	color: #888888;
}

#ContentArea .ui-listview h3,
#ContentArea #CompanyInfo h3 {
	font-size: 1.1em;
}

#MenuArea .ui-grid-a li {
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Safari 3 */
	-ms-box-sizing: border-box;			/* Internet Explorer 8 */
	box-sizing: border-box;				/* Opera */
}

#MenuArea h3 {
	text-align: left;
	margin-left: 15px;
}

img, input[type="image"] {
	vertical-align: bottom;
}

.maxwidth {
	max-width: 100%;
}


address {
	font-style: normal;
}


table.info {
	width: 100%;
	background-color:#999;
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-spacing: 1px;
}
table.info th {
	text-align: left;
	font-weigh: normal;
	padding:5px 10px;
	background-color:#E1E1E1;
}
table.info td {
	padding:5px 10px;
	background-color: #FFF;
}
table.info caption {
	text-align: left;
}

table.menu {
	width: 100%;
	background-color:#999;
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-spacing: 1px;
}
table.menu th {
	text-align: left;
	font-weigh: normal;
	padding:5px 10px;
	background-color:#fbf2ff;
}
table.menu td {
	padding:5px 10px;
	background-color: #FFF;
}
table.menu caption {
	text-align: left;
}



.image2column {
}

.image2column ul {
	margin: 0;
	padding: 0;
}

.image2column ul li {
	list-style: none;
	text-align: center;
	box-sizing: border-box;				/* Opera */
	padding-bottom: 10px;
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Safari 3 */
	-ms-box-sizing: border-box;			/* Internet Explorer 8 */
}

.image2column ul li.ui-block-a {
	padding-right: 5px;
}

.image2column ul li.ui-block-b {
	padding-left: 5px;
}

.image2column ul li .label {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 15px;
}


p {
	margin-top: 0;
}

p.imagetext {
	overflow: hidden;
}

p.imagetext img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	max-width: 45%
}

p.textimage {
	overflow: hidden;
}

p.textimage img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 45%
}

p.mimagetext {
	overflow: hidden;
}

p.mimagetext img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	max-width: 50%
}

p.textmimage {
	overflow: hidden;
}

p.textmimage img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 50%
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

ul {
	padding-left: 30px;
}

ol {
	padding-left: 30px;
}

ul.dashed {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dashed li {
	padding: 5px 0;
	border-top: 1px dashed #cccccc;
}
ul.dashed li:first-child {
	border-top: 0px dashed #cccccc;
}

.block {
	margin-bottom: 2em;
}

.kome {
	color: red;
}

.sikaku {
	color: green;
}

.marquee {
	overflow: visible;
	overflow-x: -webkit-marquee;
	-webkit-marquee-increment: small;
	-webkit-marquee-speed: fast;
	display: -wap-marquee;
	-wap-marquee-loop: infinite;
}



.top_bnr_camp {
	margin: 0 auto 30px;
	text-align: center;
}

.top_bnr_camp img{
	width: 100%;
}