/*********ベーシック＋HTML初期化関連**********/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height:100%;
}

body {
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
object { /*flashの下の隙間をなくす*/
	vertical-align: bottom;	
}
/*******背景色関連********/
.bg_color_black {
	color: #FFF;
	background-color: #000;
}
.bg_color_lightGray {
	background-color: silver;
}

.bg_color_lightBlue {
	background-color: #F1F5FA;
}

.bg_color_red {
	color: #FFF;
	background-color: #F00;	
}
/***********リンク関連**********/

a {
	text-decoration: none;
}
a:visited {
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #090;
}
a:active {
	outline: none;
}
a img{
	border-style: none;	
}


.link_list li {/*listタイプのリンクをinline(横並び)にする。ulのクラスで指定する*/
	display:inline;
	list-style: none;
}
.link_list li a {
	padding-left:12px;
	padding-right:12px;
}
.link_list li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;	
}

a.link_box {/*リンクをボックス型にする。aのクラスで指定する*/
	display:block;
}
a:hover.link_box {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}


/*********テーブル関連********/
/*
table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCC;
}
th {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
th, td {
	border-right: 1px solid #CCC;
	padding: 3px;
	border-top-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
caption {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

td a {/*tdのリンクをブロック型にする。コメントアウトするとtd内の全リンクがブロック型になる*/
/*	
	display:block;
*/	
}
td a:hover {
/*	
	color: #FFF;
	background-color: #000;
	text-decoration: none;
*/
}

*/
/******フォーム関連******/

input, textarea {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 12px;
}

textarea {
	width: 90%;
}

input:focus, textarea:focus {
	background: #FFFACD;
}
input:hover, textarea:hover{
	background: #FFFACD;
}


/******骨格レイアウト関連******/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	width: 920px;
	background-image: url(../image/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	clear: both;
	width: 900px;
	height:80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C33;
	text-align: center;
}

#headerInfo {
	display: none;
}

#content {
	clear: both;
	min-height: 400px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer, #push{
	clear: both;
	height: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
#footer {
	background-color: #000;
	color: #CCC;
}
#main-picture {
	height: 300px;
	width: 900px;
	padding-bottom: 20px;
}

#side-menu {
	width: 220px;
	padding-left: 40px;
	float: left;
	font: 12px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
#side-menu a {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#side-menu a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #069;
}


#content-main {
	float: right;
	width: 580px;
	padding-right: 40px;
}
#event-table {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#event-header {
	background-color: #C33;
	text-align: center;
	height: 70px;
	margin: 0px;
}
#event-contents {
	
	
}
#event-footer {
	color: #CCC;
	background-color: #000;
	text-align: center;
	height: 20px;
}

/*********便利共通レイアウト関連********/

.margin_left_10 {
	margin-left: 10px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}

.float_clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.container_LRT_10_B_30 {
	clear: both;
	margin: 10px 10px 30px;
}

.container_LR_10 {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.container_center {
	margin-right: auto;
	margin-left: auto;	
}

.align_center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.align_right {
	text-align: right;
}
.aligh_left {
	text-align: left;
}

.width_80perc {
	
	width:80%;
}
.width_90perc {
	width:90%;
}
.width_95perc {
	width:95%;
}
.width_100perc {
	width:100%;
}
.width_20px{
	width:20px;
}
.width_100px {
	width:100px;
}
.width_200px {
	width:200px;
}
.width_480px {
	width:480px;
}
.width_640px {
	width:640px;
}

/********その他独自レイアウト関連*******/
.picture_link li{
	list-style: none;
	float:left;
	padding-right: 8px;
	padding-bottom: 8px;
	
}
.picture_link li a{
	display: block;
	height: 66px;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
}

a#picture_link1{
	background-image: url(../php/resizePict.php?pict=../images/bigServer.jpg&width=96);

}
a#picture_link2{
	background-image: url(../php/resizePict.php?pict=../images/bigServer.jpg&width=96);
	
}
a#picture_link3{
	background-image: url(../php/resizePict.php?pict=../images/bigServer.jpg&width=96);
	
}

