@charset "UTF-8";

/*---------------------------
- Title: Layout Module
- Author: http://vicuna.jp/

- Modified by: YOUR NAME
- Last modify: 2009.0411
- Licence: MIT Licence

- Layout: single, double-l, double, multi, multi2-l, multi2, special1, special2
- Eye catch: eye-h, eye-hb, eye-c, eye-m
- Fixed width: f800, f850, f900, f950, f1000
- Special: eye-c multi set1, eye-c multi2 set2
---------------------------*/

body {
	text-align: center;
background:url(/img/bg.gif) repeat-x left top;
}



div#content{padding:0; background:#fff;
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

div#header{ width:950px; margin:0; padding:5px 0 0;}
div#footer{ padding:0 50px 20px; width:900px; margin:0 auto}
/* Utilities
---------------*/

body.single div#utilities {
	margin: 10px 10px;
}

body.single div#utilities dl {
	margin: 0;
}

body.single div#utilities dl.navi {
	margin-left: 2%;
	border: 1px solid #eee;
	float: left;
	width: 47%;
	display: inline; /* for IE6 */
}

body.single div#utilities dl.others {
	margin-right: 2%;
	border: 1px solid #eee;
	float: right;
	clear: right;
	width: 47%;
	display: inline; /* for IE6 */
}

body.single div#utilities ul.thumb li {
	width: 20%;
}

/* clearfix */

body.single div#utilities {
	_height: 1px;
	min-height: 1px;
	/*?*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

body.single div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*========================================

	Double Column Layout - Sidebar on right

	<body class="double">

	��������������
	��������������
	��������������

========================================*/

body.double div#main {
	width: 700px;
	float: left;
	margin-right: -1px;
	border-right: 1px solid #eee;
}

/* Utilities
---------------*/

body.double div#utilities {
	width:215px;
	float: left;
	clear: right;
	margin: 0 0 0 15px;
}

/*========================================

	Double Column Layout - Sidebar on left

	<body class="double-l">

	��������������
	��������������
	��������������

========================================*/

body.double-l div#main {
	width: 75%;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Utilities
---------------*/

body.double-l div#utilities {
	width: 25%;
	float: right;
	clear: left;
}

