
/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */




html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {

    border:0;
    outline:0;
    font-size:100%;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

figure{
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align:bottom;
}

/* リンクの設定
-------------------------------------*/
a:link,
a:visited {
	color: #1C64B3;
	text-decoration: none;
}
a:hover{
	color:#ff0000;
	text-decoration: underline;
}

#footerUpper a:hover {
    color: #ff0000;
    text-decoration: none;
}

#header-global-navi li a:hover, #header-global-navi-top li a:hover {
    color: #ff0000;
}

.lianxi-box a:visited {
    color: #fff;
}

.lianxi-box a:link {
    color: #fff;
}

.lianxi-box a:hover{
    color:#ff0000;
    text-decoration: none;
}

/* フォント関連
-------------------------------------*/
/* win */
body {
	color: #333333;
	font-size: 15px;
}

/* Mac
body.mac {
	color: #333333;
	font-size: 14px;
}
 */
 
body {

}

body.font_home {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 15px;
}

body.home {
	min-width: 1047px;
}

/* テスト Start */
body.home_a {
	min-width: 1047px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_sec {
	color: #333333;
	font-size: 15px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_thr {
	color: #333333;
	font-size: 15px;
	letter-spacing: -0.02em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_fou {
	color: #333333;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* End */

body.windows.gecko.home  {
	min-width: 1100px;
}

body.min_wid_none {
	min-width: 0;
}

/* 大枠
-------------------------------------*/
#wrap-container {
	width: 980px;
	margin: 10px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

#wrap-container #container h1#ttl {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.7em;
	margin: 0 0 12px;
	line-height: 1.2;
	padding-bottom: 0px;
}

/* 旧サイト仕様 */
#container {
	width: 736px;
}

/* 新サイト仕様 */
.renew #container {
	width: 980px;
}

/* for modern browser */
#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* for IE6 */
#container {
	zoom: 1;
}


/* ページタイトル
-------------------------------------*/
#container h1.pagetitle {
	padding: 8px 0 5px 10px;
	border-left: 5px solid #1B4FAA;
	border-bottom: 1px solid #1B4FAA;
	background-color: #EFEFEF;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
}


/* エラー */
#container_error {
	width: 980px;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

#error_outer {
	width: 700px;
	margin: 0 auto 20px;
}

h3.error_title {
	margin: 17px 0 15px;
}

.error_cont {
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    padding: 25px 0 40px;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.8;
}

a.error_link {
	border: 1px solid #3E7BBE;
	border-radius: 4px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 7px 0 5px;
	line-height: 1;
	font-size: 0.9em;
}

a.error_link:hover {
	border: 1px solid #FF0000;
	text-decoration: none;
}

a.error_link img {
	vertical-align: 2px;
	margin-left: 4px;
}

/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7 */
*+html .clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/