@charset "UTF-8";

/*
information{
	file name : /css/common/desigin/base.css;
	infomation : This CSS file define [default property] styles.;
	site name : Archetype Co.,Ltd.;
	copyrihgt : Copyright (C) Archetype Co.,Ltd. All Rights Reserved.;
}
*/

/* contents
--------------------------------------------------------------------------
1. body
2. div.whole
3. div.contentsSection
4. div.naviSection
5. div.firstColumn
6. div.secondColumn
7. div.footerColumn
8. link style
--------------------------------------------------------------------------
*/


/* 1. body
-----------------------------------------------	*/

body {
	margin: 0;
	padding: 0;
	background-color: #EDEDDB;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",verdana,arial, sans-serif;
	color: #333333;
	font-size: 80%;
}

/* 2. div.whole
-----------------------------------------------	*/

 div.whole {
	width: 916px;
	margin: 0 20px;
	padding: 0;
	background-image: url("../../img/background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

/* 3. div.contentsSection
-----------------------------------------------	*/

div.whole div.contentsSection {
 	width: 760px;
	margin-left: 21px;
}

/* 4. div.naviSection
-----------------------------------------------	*/

div.whole div.naviSection {
/*
	position: fixed;
*/
    position: absolute;
    top: 25px;
	left: 802px;
 	width: 134px;
}


/* 5. div.firstColumn
-----------------------------------------------	*/

div.firstColumn {
 	float: right;
	width: 364px;
}

div.firstColumn a {
	color: #FFFFFF;
	text-decoration: none;
}

div.firstColumn a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.firstColumn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.firstColumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* 6. div.secondColumn
-----------------------------------------------	*/

div.secondColumn {
 	float: left;
	width: 395px;
}

/* 7. div.footerColumn
-----------------------------------------------	*/

div.footerColumn {
	min-height: 1%;
	width: 710px;/* 760px */
	padding: 15px 25px;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
}

/* -- Hack WinIE & MacIE --*/
* html div.footerColumn {
	/* Hides from IE5-Mac ¥*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/



/* 8. link style
-----------------------------------------------	*/
a {
	color: #444444;
	text-decoration: none;
}

a:link {
	color: #444444;
	text-decoration: none;
}

a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

/* 9. button style
----------------------------------------------- */
button {
    color: #FFFFFF;
    background-color: #7DC622;
    border: 1px solid #FFFFFF;
    padding: 2px;
    text-align: center;
}