@charset "utf-8";
/* CSS Document */
/*
ファイル名：default.css
------------------------------------------ */

*  {
	margin: 0;
	padding: 0;
}

li, ul{
	padding: 0;
	margin: 0;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}

html,body {
	height: 100%;
	font-size: 14px;
	line-height: 120%;
}

body {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url( '../../shared/images/background.gif' );
/*	background-color: #E4E4FC;	*/
	background-color: #a6d3f1;
}


/*------------------------------------------
Wrapper
------------------------------------------ */
div#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
/*border:1px solid #0F0;*/
	}

body > div#wrapper	{
	height: auto;
	}
/*------------------------------------------
Header
------------------------------------------ */
div#header {
	position: relative;
	width: 100%;
	margin: 0;
/*border:1px solid #00F;*/
	}

div#header_main {
	position: relative;
	width: 900px;
	height: 80px;
	margin: 0 auto;
/*	background-repeat: none; */
	background-image: url( '/geijutsusai/shared/images/title.png' );
}

#page_title{
	margin-top:10px;
	height:auto;
	background-color:#4694D1;
	margin-bottom:3px;
	padding:10px;
	color: #FFFFFF;
}

div#page_title h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding: 3px 0px 3px 40px;
}

.pankuzu{
	text-align: right;
	font-size: 12px;
	padding: 3px 30px 3px 0px;
}

.pankuzu a {
	text-decoration: underline;
}

/*------------------------------------------
Contents
------------------------------------------ */
div#contents {
	background-color:#FFFFFF;
	position: relative;
	}

body > div#contents	{
	height: 100%;
	}
/*------------------------------------------
Footer
------------------------------------------ */
div#footer {
	width: 100%;
	height: 50px;
	margin: 2px auto 0px auto;
	background-color:#4694D1;
	}

div#footer_navi {
	width: 100%;
	height: 20px;
}

div#footer_navi p {
	text-align: right;
	font-size: 12px;
	color:#FFFFFF;
	padding: 3px 30px 0px 0px;
}

div#footer_navi p a,
div#footer_navi p a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

div#footer_navi p a:hover {
	text-decoration: underline;
}

div#footer_copy {
	position: relative;
	width: 100%;
	height: 30px;
}

div#footer_copy p {
	position: relative;
	padding: 5px 30px 0px 0px;
	text-align: right;
	font-size: 13px;
	color:#FFFFFF;
}

/*------------------------------------------
Button
------------------------------------------ */
div.button_area {
	text-align: center;
	}

input.button {
	padding: 0 15px;
	border: solid 1px #A0A0A0;
	border-radius: 3px;
	display: inline-block;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	font-size: 11pt;
	text-shadow: 1px 1px 0 #FFF;
	background-color: #F7F7F7;
	background-image: url( '../../shared/images/button-link-bg.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	text-align: center;
	}
div.button_area input.button {
	margin-right: 10px;
	}

input.button:hover {
	color: #D92C49;
	}

input.inline {
	margin-right: 0;
	padding: 0 7px;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	}


/*------------------------------------------
Input
------------------------------------------ */

.ime_on	{
/*	ime-mode: active; */
	}

.ime_off	{
	ime-mode: disabled;
	}

.error_elem	{
	background-color: #FFF4F4;
/*	background-color: #FFE1E1; */
	border: 1px solid #CCC;
	}

.error_area	{
	font-size: 0.8em;
	color: #D92C49;
	padding-left: 10px;
	}

div#response_message	{
	margin: 5px auto 10px;
	text-align: center;
	color: #D92C49;
	font-weight: bold;
	}

.radio	{
	margin-left: 10px;
	margin-right: 5px;
	border: none;
	}

.center {
	text-align: center;
}

.font_main_co {
/*	color: #476A11;	*/
	color: #4694D1;
}

.font_large {
	font-size: 120%;
}

.font_bold {
	font-weight: bold;
}

/*------------------------------------------
BlackHole
------------------------------------------ */
#blackhole div.message {
	width: 500px;
	height: 100px;
	padding: 100px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 50px auto 100px;
}

#blackhole h4 {
	margin-bottom: 20px;
}
