@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-color: #e8f4fe; /*背景色*/
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  共通レイアウト設定
--------------------------------------------------------*/
#com-container{
    width: 960px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c3d8e9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c3d8e9;
    position: relative;
}

/* 本文の開始位置 */
.com-layoutset-01 #com-wrapper{
	padding-top: 350px;
}

/*--------------------------------------------------------
  共通デザイン設定
--------------------------------------------------------*/

/* トップページ デザイン定義 */
#com-title{
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}

.com-top-image{
    width: 750px;
    height: 320px;
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(/img/sozai/top-image.png);
    background-color:#d5eaff;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
}

.com-layoutset-01 #com-title h4{
	width: 360px;
	height: 330px;
    float: right;
    overflow: hidden;
    text-indent: -9999px;
    background-color:#d5eaff;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#com-nav{
    position: absolute;
    top: 300px;
    left: 0px;
    width: 960px;
    height: 35px;
    overflow: hidden;
    background-image : url(/img/sozai/mainmenuBg_3H.png);
    background-position: left top;
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c3d8e9;
}

#com-nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

#com-nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#com-nav li{
    height: 35px;
    float: left;
    overflow: hidden;
    background-image : url(/img/sozai/mainmenuItem_3H.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 2px;
}

#com-nav li a{
    display: block;
    height: 35px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 1.2em;
    text-align: center;
}

#com-nav li span.ja{
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: Black;
}

#com-nav a:link{
    background-image : url(/img/sozai/mainmenu_3H.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}
#com-nav a:visited{
    background-image : url(/img/sozai/mainmenu_3H.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}
#com-nav a:hover{
    background-image : url(/img/sozai/mainmenu_3H_on.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}
#com-nav a:active{
    background-image : url(/img/sozai/mainmenu_3H_on.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

/* フッター内パーツ */
#com-footer{
    clear: both;
    background-color: #7db8e7;
    padding-top: 8px;
    padding-bottom: 8px;
}

#com-footerMain p{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}