@charset "utf-8";
/*********************************************
**    Copyright (c) 2011 LAUGHSTYLE
**                  All Rights Reserved.
**********************************************/
/*======================================
Font-size Adjustment
77% = 10px	|	122% = 16px	|	167% = 22px
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
=======================================*/
/**************************************************************************************************
Initialization
**************************************************************************************************/
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin			: 0;
	padding			: 0;
}
body {
	font-size		: 12px;
}
fieldset,img {
	border			: 0;
}
address,caption,cite,code,dfn,th,var,strong,em {
	font-style		: normal;
	font-weight		: normal;
}
ol,ul { 
	list-style		: none;
}
caption,th {
	text-align		: left;
}
input, textarea, select {
	font-family		: inherit;
	font-weight		: inherit;
	font-size		: 100%;
}
h1,h2,h3,h4,h5,h6 { 
	font-size		: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
* img {
	vertical-align: bottom;
}


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
	overflow: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END OF FOR MAC IE */


/* LINK
-------------------------------------------------------------------------------------------------*/
a:link,
a:active,
a:visited {
	color: #666 !important;
	text-decoration	: underline;
}
a:hover {
	color: #666 !important;
	text-decoration	: none;
}


/* OUTLINE
-------------------------------------------------------------------------------------------------*/
html {
}
body {
	line-height: 1.5;
	color: #666 !important;
}
#wrapper,
#Container {
	margin: 0 auto;
	width: 962px;
}


/* Common Class
-------------------------------------------------------------------------------------------------*/
.Left {
	float:left;
}
.Right {
	float: right;
}
li,dt,dd {
	float: left;
}
dl {
	margin-bottom: 10px;
}
dt {
	margin-right: 10px;
}
.MarginBtm20 {
	margin-bottom: 20px;
}
.MarginBtm10 {
	margin-bottom: 10px;
}
.Box {
	margin-bottom: 20px;
}
.Border {
	border: 1px solid #c7c7c7;
}
.return {
	clear: left;
}
.Red {
	color: #f00;
}


/* Header
-------------------------------------------------------------------------------------------------*/
#Header {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#Logo {
	width: 236px;
	height: 76px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}
#Logo a {
	width: 236px;
	height: 76px;
	display: block;
	text-indent: -10000px;
}
#Inner {
	float: right;
	/*width: 541px;*/
	font-size: 10px;
	margin-top: 10px;
}
#Inner li,
.more {
	background:url(../images/icon_san_grey.gif) no-repeat 0 0.4em;
	padding-left: 0.8em;
	margin: 0 0 1em 1em;
}
.more {
	font-size: 10px;
	margin-left: 150px;
}
#Inner ul {
	margin-bottom: 10px;
}
#Inner form ul {
	margin-bottom: 0;
}
#Inner form li {
	background: none;
	padding-left: 0;
}


/* Navigation
-------------------------------------------------------------------------------------------------*/
#Navigation {
	margin-bottom: 20px;
}



/* Main
-------------------------------------------------------------------------------------------------*/
#Main {
	margin-bottom: 20px;
}


/* Footer
-------------------------------------------------------------------------------------------------*/
#Footer ul {
	padding: 40px 0;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#Footer li span {
	margin: 0 5px;
}
