body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	background-color: #fff;
	padding: 0px;
    margin: 0px;
	font-size: 14px;
}

img {
	border: none;
}

/** リンク */
a {
    text-decoration:none;
}

a:link {
/*	color: #0065CB;*/
	color: #00f;
}

a:visited {
	color: #00f;
}

a:hover {
/*	color: #f00;*/
	color: #09f;
}
a:active {
/*	color: #f00;*/
	color: #09f;
}

/** ライン */
hr.split_line{
	border-top: 1px solid #aaa;
    width:88%;
}

/** テキストサイズ */
.text_size_active {
    color:#000 !important;
    cursor:text;
}

.text_size_active:hover {
    color: #000;
}

/** ページャー */
.pagination {
    display: inline-block;
    float:right;
}

.pagination a {
    color: blue;
    float: left;
    text-decoration:underline;
    padding: 8px 2px;
}


/* ◆ヘッダー関連◆◆◆ */
#header {
/*
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
	border-bottom:2px solid #33a;b0c4de
*/
	background-color: #e5f5f5;
	border-bottom:1px solid #ccd;
	border-top:1px solid #EEEEEE;	/* Firefox等で画面最上部から表示できるようにするためのおまじない */
/*
    min-width: 920px;
	display: block;
*/

    width: 100%;
    overflow: hidden;
    position: relative;
}

#header_block {
    margin: 0 auto;
    width: 1024px;
    height: 60px;
}

/*
#header h1 {
    float: left;
    width: 200px;
    height: 55px;
    margin: 5px;
    display: inline;
}

#header h1 img {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
}
*/

#header_logo {
	width: auto;
	height: 50px;
	margin: 5px 0px 5px 0px;
}

/** ヘッダーメニュー */
#header_menu {
/*
	background-image: url("../Images/header_menu_bg.png");
	background-repeat: repeat-x;
*/
/*	background: linear-gradient(#e9f9ff, #a0e0ee);*/
	background: linear-gradient(#fff, #bbb);
	clear: both;
	position: relative;
	top: 0px;
/*
    min-width: 910px;
    height: 45px;
*/
    display: block;
/*    border-bottom:2px solid #ffebcd;*/
    border-bottom:1px solid #ddd;
/*    padding-left:20px;*/
}

#header_menu_block {
    margin: 0 auto;
    width: 1004px;
    height: 45px;
    padding-left:20px;
}

#header_menu a {
    float: left;
	padding: 4px 18px 2px 18px;
	margin: 0px 2px;
    margin-top:8px;
}

#header_menu .current {
    background-color:white;
}

#header_menu a:link ,a:link div, a:visited ,a:visited div {
/*	color: #55a;*/
}

#header_menu a:hover ,a:hover div {
/*	color: #00f;*/
	background-color: #fff;
}


/* ◆コンテンツ関連◆◆◆ */
#contents {
	background-color: #ffffff;
/*	margin:0 auto;*/
/*    padding-bottom:30px;*/
	width:100%;
/*	min-height: 400px;*/
}

#contents_block {
/*
	clear: both;
	width: 100%;
    min-width: 960px;
*/
    margin: 0 auto;
    width: 1024px;
    min-height: 600px;
}

#contents_header {
	position: relative;
	width: 100%;
	height: 50px;
	border-top:2px solid #faa;
	border-bottom:2px solid #acf;
	margin: 10px 0px 5px 0px;
}

#contents_body {
	position: relative;
	width: 100%;
	margin: 10px 5px 50px 5px;
}

#breadcrumbs {
/*    margin:10px auto 0 auto;*/
    padding: 5px 0px 0px 10px;
/*    width: 960px;*/
/*    border-bottom:2px solid #e3e8ec;*/
}
#contents_icon {
    padding:5px 30px;
}

#contentsImage {
    width:40px;
}

#contents_title1 {
/*    font-size:12px;*/
    font-size:88%;
    color: #555;
}

.contents_title2 {
/*    font-size:20px;*/
    font-size:145%;
	color: #35b;
}

/** メインコンテンツ */
#main_contents {
/*	min-height: 430px;*/
/*	min-height: 350px;
	background-color: transparent;
    margin:10px 0px 0px 5px;
*/
	float:left;
	width: 100%;
}

#main_contents_side {
	float:left;
	width: 800px;
}

.top_content a{
    text-decoration:none;
    color:blue;
}

.top_item_title {
    border-top: 1px solid #ccc;
    background: linear-gradient(#EFF2FB, #FFFFFF);
    color: #2828be;
/*    font-size: 16px;*/
    font-size:112%;
    font-weight: bold;
    width: 100%;
    height: 30px;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.top_item_body {
    margin-bottom: 10px;
}

/** サブメニュー */
.contents_link_btn {
    background: linear-gradient(to top,#EFF2FB, #FFFFFF);
    width:100%;
    margin-bottom:10px;
    float:left;
}

.link_btn_type {
    display:inline-block;
    border-right:1px solid black;
    margin:3px 0px;
    padding:0px 10px;
}

.link_btn_type:last-child {
    border-right:none;
}

.link_btn_type:hover {
    cursor: pointer;
}

.link_btn_type img {
    vertical-align: middle;
}

.link_btn_type a {
    color: #00f;
}

/* ◆フッター関連◆◆◆ */
#footer {
/*
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
*/
    position: relative;
    float:left;
    width: 100%;
/*    background-color:#ffebcd;*/
    background: linear-gradient(#e6e6fa, #FFFFFF);
/*    border-top: 2px solid #ffdab9;*/
    border-top: 1px solid #ccc;
}

#footer_block {
    text-align: center;
    margin: 0 auto;
    width: 1024px;
    height: 80px;
}
#footer_block div{
    margin-top: 8px;
}

#footer_links {
    margin: 5px;
}

/* ◆ログイン画面◆◆◆ */
.login {
    width:100%;
    margin-top:50px;
    margin-bottom:50px;
}

#login_block {
    margin-top: 30px;
}

#login_box {
    width:500px;
    min-height:300px;
    margin: 0px auto;
    padding: 20px 10px 20px 10px;
    border: 2px solid #ddd;
    box-shadow: 3px 3px 5px gray;
}


/* ◆トップページ◆◆◆ */
/** 特別なお知らせ */
/*.special_info_table td{
    word-break:break-all;
}*/

/** 一覧表 */
.list_table {
    width:100%;
    border-collapse:collapse;
}

.list_table th {
    text-align:left;
    border-width:0px 0px 2px 0px;
    border-color:gainsboro;
    border-style:solid;
/*    color:gray;    */
    color:#555;
    padding: 2px 5px;
}

.list_table td {
    text-align:left;
    border-width:0px 0px 1px 0px;
    border-color:gainsboro;
    border-style:solid;
    word-break:break-all;
    padding: 2px 5px;
}

/* ◆登録画面◆◆◆ */
.contents_area {
    margin:0 auto;
/*    width:920px;*/
    width:960px;
}

.required {
    color:red;
}


/** 項目 */
.contents_table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    border:#CCC 1px solid;
    word-break:break-all;
}

.contents_table > tbody > tr > th {
    background-color: #F2FAFD;
    border: #CCC 1px solid;
    padding: 9px 20px;
    vertical-align:top;
    text-align:left;
    font-weight:normal;
}

.contents_table > tbody > tr > td {
    border: #CCC 1px solid;
    padding: 9px 20px;
}

/** ライン */
hr.contents_split_line {
    border-top: 1px solid #aaa;
    width:100%;
}

/* ◆お知らせ◆◆◆ */
/** FAQ一覧表 */
/*.contents_faq_list_table {
    width:100%;
    border-collapse:collapse;
}

.contents_faq_list_table th {
    text-align:left;
    color:gray;    
}

.contents_faq_list_table tr:nth-child(even) {
    background: #EFF2FB;
}

.contents_faq_list_table td {
    text-align:left;
    vertical-align:top;
    border-width:1px 0px 0px 0px;
    border-color:gainsboro;
    border-style:solid;
    word-break:break-all;
}

.link-list-ul {
 list-style: none;
 margin-left: -40px;
}

.link-list-li {
  display: block;
  float: left;
  list-style-type: none;
  width: 40%;
  border: 2px solid #CCCCCC;
  padding: 10px;
  margin: 0px 10px 10px 0px;
}

.link-list-li table td {
    word-break:break-all;
}*/

/*汎用ボタン*/
.button {
    min-width:100px;
    height:30px;
}

/*戻るボタン*/
.button_back {
    width: 100px;
    height: 30px;
    margin: auto 5px;
}

/*確定ボタン*/
.button_submit {
    width: 100px;
    height: 30px;
    margin:auto 5px;
}

/*編集ボタン*/
.button_edit {
    width: 100px;
    height: 30px;
}

/*削除ボタン*/
.button_delete {
    width: 100px;
    height: 30px;
}

/*
#size {
    width:auto;
    padding:10px 30px 10px 0px;
    text-align:right;
    float: right;
}

.sizeButton {
    color:white;
    font-weight:bold;
}

#sizeM{
    background-color:Highlight;
}
*/

#header_links {
    float:left;
    text-align:right;
    width:100%;
    margin: 5px 0px;
}

#header_size {
    float:left;
    text-align:right;
    width:100%;
    margin: 5px 0px;
}

#wrapper {
/*
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
*/
    min-width:1024px;
}

.list_condition {
    position: relative;
    float:left;
    background-color: #F2FAFD;
    border: #CCC 1px solid;
    width: 100%;
    margin-bottom: 10px;
}

.condition_item {
    float:left;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px;
}

select{
    height:25px;
}

.PageList {
    margin: 10px 0px;
}

