@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
    margin:0px;
	background-image:url(../images/material/bg_body.gif);
	font-family: "ＭＳ Ｐゴシック", Verdana, Arial, Osaka, sans-serif;
	font-size:12px;
	color:#333333;
}


/********************************************************************/
/*								LAYOUT								*/
/********************************************************************/

* html div#outline {
    height:100%;
}

div#outline {
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > #outline {
        height: auto;
}

#screen {
	width:100%;
	margin:0px;
	padding-bottom:60px;
}

#header {
	width:100%;
	height:120px;
	background-image:url(../images/material/bg_header.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
}

#footer {
	width:100%;
	height:60px;
	background-image:url(../images/material/bg_footer.gif);
	background-repeat:repeat-x;
	margin:0px;
	bottom:0px;
	position:absolute;
}

/********** CLEAR **********/
.clear {
	clear:both;
}


/********************************************************************/
/*								BOX									*/
/********************************************************************/

/********** HEADER **********/
.logo {
	width:310px;
	height:70px;
	background-image:url(../images/material/logo.jpg);
	background-repeat:no-repeat;
	margin:30px 0px 0px 5px;
	float:left;
}

.para {
	width:120px;
	height:20px;
	margin:10px 5px 0px 0px;
	float:right;
}

.header_btn {
	width:420px;
	height:20px;
	margin:80px 0px 0px 0px;
	float:left;
}

.header_btn_item {
	width:130px;
	height:20px;
	margin-left:10px;
	float:left;
}


/********** GRID **********/
#container {
	margin:0px auto 10px auto;
}

.item {
	width:185px;
	height:260px;
	margin:5px;
}

.item.type1 {
	width:185px;
	height:260px;
	margin:5px;
}

.item.type2 {
	width:380px;
	height:260px;
	margin:5px;
}

.item.type3 {
	width:185px;
	height:530px;
	margin:5px;
}
	


.normal {
	width:185px;
	height:260px;
	background-color:#FFFFFF;
	border-top:1px solid #A97E34;
	border-left:1px solid #A97E34;
	border-right:1px solid #A97E34;
	border-bottom:1px solid #A97E34;
	color:#333333;
	-webkit-box-shadow: 2px 2px 3px 0px #333; /* for Safari, Chrome */
	-moz-box-shadow: 2px 2px 3px 0px #333; /* for Firefox */
	box-shadow: 2px 2px 3px 0px #333; /* for CSS3 */
	-webkit-border-radius: 5px;	/* for Safari,Chrome */
	-moz-border-radius: 5px;	/* for Firefox */
	border-radius: 5px;		/* for CSS3 */
	padding:0px;
	/*margin:5px;*/
}

.large {
	width:380px;
	height:260px;
	background-color:#FFFFFF;
	border-top:1px solid #A97E34;
	border-left:1px solid #A97E34;
	border-right:1px solid #A97E34;
	border-bottom:1px solid #A97E34;
	color:#333333;
	-webkit-box-shadow: 2px 2px 3px 0px #333; /* for Safari,Chrome */
	-moz-box-shadow: 2px 2px 3px 0px #333; /* for Firefox */
	box-shadow: 2px 2px 3px 0px #333; /* for CSS3 */
	-webkit-border-radius: 5px;	/* for Safari,Chrome */
	-moz-border-radius: 5px;	/* for Firefox */
	border-radius: 5px;		/* for CSS3 */
	padding:0px;
	/*margin:5px;*/
}

.long {
	width:185px;
	height:530px;
	padding:0px;
	/*margin:5px;*/
}

.long_1_181011 {
	width:185px;
	height:185px;
	background-image:url(../images/material/bg_item_long_181011.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.long_2 {
	width:185px;
	height:335px;
	background-color:#FFFFFF;
	border-top:1px solid #A97E34;
	border-left:1px solid #A97E34;
	border-right:1px solid #A97E34;
	border-bottom:1px solid #A97E34;
	color:#333333;
	-webkit-box-shadow: 2px 2px 3px 0px #333; /* for Safari, Chrome */
	-moz-box-shadow: 2px 2px 3px 0px #333; /* for Firefox */
	box-shadow: 2px 2px 3px 0px #333; /* for CSS3 */
	-webkit-border-radius: 5px;	/* for Safari,Chrome */
	-moz-border-radius: 5px;	/* for Firefox */
	border-radius: 5px;		/* for CSS3 */
	margin:0px;
}

.larger {
	width:575px;
	height:260px;
	background-color:#FFFFFF;
	border-top:1px solid #A97E34;
	border-left:1px solid #A97E34;
	border-right:1px solid #A97E34;
	border-bottom:1px solid #A97E34;
	color:#333333;
	-webkit-box-shadow: 2px 2px 3px 0px #333; /* for Safari, Chrome */
	-moz-box-shadow: 2px 2px 3px 0px #333; /* for Firefox */
	box-shadow: 2px 2px 3px 0px #333; /* for CSS3 */
	-webkit-border-radius: 5px;	/* for Safari,Chrome */
	-moz-border-radius: 5px;	/* for Firefox */
	border-radius: 5px;		/* for CSS3 */
	padding:0px;
	/*margin:5px;*/
}

.small {
	width:200px;
	background-color:#FFFFFF;
	border-top:1px solid #A97E34;
	border-left:1px solid #A97E34;
	border-right:1px solid #A97E34;
	border-bottom:1px solid #A97E34;
	color:#333333;
	-webkit-box-shadow: 3px 3px 5px 0px #333; /* for Safari, Chrome */
	-moz-box-shadow: 3px 3px 5px 0px #333; /* for Firefox */
	box-shadow: 3px 3px 5px 0px #333; /* for CSS3 */
	padding:0px;
	/*margin:5px;*/
}

.h3 {
	line-height:1.1em;
	margin:0px;
	padding:0px;
}

.p {
	margin:0px;
	padding:0px;
}

.item_normal {
	width:165px;
	height:240px;
	margin:10px;
}

.item_large {
	width:360px;
	height:240px;
	margin:10px;
}

.item_larger {
	width:555px;
	height:240px;
	margin:10px;
}

.item_long_2 {
	width:165px;
	height:315px;
	margin:10px;
}

/********** TITLE **********/
.title_165_20 {
	width:165px;
	height:20px;
	background-color:#081E09;
	margin-bottom:5px;
}

.title_185_20 {
	width:185px;
	height:20px;
	background-color:#081E09;
	margin:0px;
}

.title_380_20 {
	width:380px;
	height:20px;
	background-color:#081e09;
	margin:0px;
}


/********** THUMBNAIL / TEXTAREA **********/
.tmb_165_160 {
	width:165px;
	height:160px;
	background-color:#FFFFFF;
	margin:0px;
}

.tmb_360_240 {
	width:360px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px;
}

.tmb_165_240 {
	width:165px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px;
}

.tmb_165_240 {
	width:165px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px;
	float:left;
	display:inline;
}

.txt_185_240 {
	width:185px;
	height:240px;
	margin:0px;
	float:right;
}

.txt_380_240 {
	width:380px;
	height:240px;
	margin:0px;
	float:right;
}

.rollover {
	margin:0px;
}

/********** FOOTER **********/
.copylight {
	text-align:right;
	margin:15px 10px 0px 0px;
	float:right;
}

