@charset "UTF-8";

/* 
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



/* --------------------------------------------------
  RESETTING DEFAULT 
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}



/* --------------------------------------------------
  GENERAL
-------------------------------------------------- */

body {
    margin:0px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    font-size:13px;
    color:#333;
    overflow-y:scroll;
}


img {
    border: none;
}

p {
	font-weight:normal;
	font-style:normal;
	}

a:hover img{
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}





/* --------------------------------------------------
  WRAPPER CONTENTS
-------------------------------------------------- */

#wrapper_contents_area{
	margin:0px;
    padding:0px;
    width:100%;
}

#wrapper_contents {
    margin:0px auto 0px auto;
	padding:0px 0px 80px 0px;
    width:600px;
	overflow:hidden;
}



/* --------------------------------------------------
  TITLE
-------------------------------------------------- */

#title{
    margin:100px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	background:#300000;
}



/* --------------------------------------------------
  BLOCK
-------------------------------------------------- */

.block_area{
    margin:60px 0px 0px 100px;
	padding:0px 0px 0px 0px;
	width:400px;
	height:auto;
	
}

.block {
	width:100%;
    position: relative;
    padding:10px 0px 10px 15px;
    background: #d2b48c;
    overflow: hidden;
}
 
.block:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #998366;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.block_area a:link {
    text-decoration:none;
    color:#300000;
}

.block_area a:visited {
    text-decoration:none;
    color:#300000;
}

.block_area a:hover {
    text-decoration:underline;
    color:#6F5B52;
}

.block_area a:active {
    text-decoration:none;
    color:#300000;
}



/* --------------------------------------------------
  MESSAGE
-------------------------------------------------- */

.message_box {
    margin:100px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	width:498px;
	border:1px solid #d2b48c;;
	height:auto;
}

.message_box ul{
    margin:0px;
	padding:15px 5px 15px 15px;
	list-style:none;
}

.message_box ul li{
	padding:0px 0px 0px 0px;
	font-size:11px;
	line-height:1.3em;
    color:#300000;
    text-indent: -1em;
    padding-left: 1em;
}


/* --------------------------------------------------
  FOOTER
-------------------------------------------------- */

#footer {
    margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:11px;
    color:#300000;
}



/* --------------------------------------------------
  ADDRESS
-------------------------------------------------- */

address {
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
    color:#300000;
}



/* --------------------------------------------------
  OTHER 
-------------------------------------------------- */

/* ----- MARGIN TOP ----- */

.mt000{
    margin:0px 0px 0px 0px;
}

.mt005{
    margin:5px 0px 0px 0px;
}

.mt010{
    margin:10px 0px 0px 0px;
}

.mt020{
    margin:20px 0px 0px 0px;
}

.mt030{
    margin:30px 0px 0px 0px;
}

.mt040{
    margin:40px 0px 0px 0px;
}

.mt050{
    margin:50px 0px 0px 0px;
}





/*** END ***/
