@charset "utf-8";
@font-face {
	font-family: "Questrial";
	src: local("Questrial"), url("./fonts/Questrial-Regular.ttf") format("truetype");
	}

/* 
 * reset css
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
	display: block;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}

a {
	background: transparent;
	color: #000000;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
/* 
 * END reset css
 */


/*
 * initialization
 */
body {
	background-color: #EEEEEE;
	color: #444444;
	}



#wrap {
	background-color: #FFFFFF;
	margin: 0px auto;
	max-width: 900px;
	padding: 10px 20px 10px 20px;
	}

#header {
	color: #666666;
	padding: 0px 0px 10px 0px;
	}
	#header a {
		color: #666666;
		}
	#header h2 {
		font-family: 'Questrial';
		font-size: 1.6em;
		margin: 0px 0px 5px 0px;
		}
	#header h1 {
		font-size: 0.8em;
		}
	#header p {
		color: #999999;
		font-family: 'Questrial';
		font-size: 1em;
		text-align: right;
		}

.navi {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	color: #666666;
	font-family: 'Questrial';
	}
	.navi li {
		float: left;
		line-height: 1.4em;
		text-align: center;
		width: 25%;
		}
		.navi li a {
			color: #666666;
			display: block;
			}
		.navi li a:hover {
			background-color: #DDDDDD;
			}
	.navi ul:after {
		content:"";
		clear:both;
		display:block;
		}


#contents {
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 10px 0px 10px 0px;
	}
	#contents h4 {
		border-left: solid 5px #999999;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 10px;
		}	
	#contents table {
		margin: 0px 0px 20px 0px;
		width: 100%;
		}
		#contents table caption {
			margin: 5px 0px 5px 0px;
			text-align: left;
			}
		#contents table .td_left {
			width: 30%;
			}
		#contents table .td_right {
			width: 70%;
			}

#logo_center {
	text-align: center;
	}
	#logo_center img {
		margin: 100px 0px 100px 0px;
		}
.img_center {
	text-align: center;
	}
	.img_center img {
		margin: 10px 0px 20px 0px;
		}

.contents_half {
	width: 48%
	}
	.contents_left {
		float: left;
		}
	.contents_right {
		float: right;
		}

.works {
	margin: 0px auto;
	width: 80%;
	}

#footer {
	border-top: solid 1px #EEEEEE;
	color: #666666;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	}
	#footer address {
		font-family: 'Questrial';
		font-size: 0.8em;
		font-style: normal;
		text-align: center;
		}



/*
 * ##################
 * ###   GLOBAL   ###
 * ##################
 */
.clear {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	}
.center {
	text-align: center;
	}



/*
	Load CSS before JavaScript
*/
#slides {
	margin: 0px auto 20px;
	width: 480px;
	}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:480px;
	display:none;
	}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:480px;
	height:410px;
	display:block;
	}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
	}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color: #1199FF;
	}


ul.pagination li {
	color: #CCCCCC;
	float: left;
	font-family: 'Questrial';
	font-weight: bold;
	text-align: center;
	width: 20px;
	}
	ul.pagination li a {
		color: #CCCCCC;
		}
ul.pagination:after {
	content:"";
	clear:both;
	display:block;
	}



