/*
	書き換え自由です
*/

html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
	font-weight: bold;
}
form{
	display:inline;
}
p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h1 {
	background-image: url(/img/h1back.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
	text-indent: 40px;
	margin: 0px;
}
h2 {
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	text-indent: 16px;
	color: #996600;
	clear: both;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 175%;
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
}
#biz dl {
	margin: 0px;
}
.cmnt {
	font-size: 10px;
}

.line1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*
	ここからがかえるくん用
*/

#system_main {
	width:750px;
	min-height:100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#system_header {
}

#system_menu {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#system_menu a {
	display:block;
	width:150px;
	height:32px;
	background-position:top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#system_menu img {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#system_menu a:hover { background-position:bottom; }
#system_menu a.menu1 { background-image: url(/img/menu_01.gif); }
#system_menu a.menu2 { background-image: url(/img/menu_02.gif); }
#system_menu a.menu3 { background-image: url(/img/menu_03.gif); }
#system_menu a.menu4 { background-image: url(/img/menu_04.gif); }
#system_menu a.menu5 { background-image: url(/img/menu_05.gif); }


#system_contents {
	margin: 0px;
	padding: 0px;
}

/*タイトルビジュアル
ページ別色違い部分*/

#title_visual1 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993399;
	background-image: url(/img/top_back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#title_visual2 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3399;
	background-image: url(/img/top_back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#title_visual3 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-image: url(/img/top_back3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#title_visual4 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	background-image: url(/img/top_back4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#title_visual5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	margin: 0px;
	padding: 0px;
	height: 240px;
}


/*左側関係*/


#left {
	width: 160px;
	height: auto;
	float: left;
	clear: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
	position: absolute;
}
#left li {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	font-size: 12px;
	line-height: 200%;
}
#left ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#left p {
	font-size: 12px;
	line-height: 175%;
}


/*右側関係*/

#right {
	float: right;
	width: 512px;
	clear: both;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	line-height: 175%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

/*新着情報（トップページ）*/

#whats_new {
	background-image: url(/img/whats_new02.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}


#whats_new li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	list-style-type: none;
	font-size: 12px;
	line-height: 200%;
}

#whats_new ul {
	margin: 0px;
	padding: 0px;
}


/*商品情報（オレンジのページ）*/


#articles {
	margin: 0px;
	padding: 0px;
}
#articles dt {
	float: left;
	clear: both;
	margin-bottom: 16px;
	margin-right: 16px;
}
#articles .date {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#articles .a_title {
	font-weight: bold;
	color: #FF6600;
}
#articles .a_cmnt {
	float: none;
}



/*フッター関係*/
#system_footer {
	margin-top: 64px;
	margin-bottom: 64px;
	clear: both;
	float: none;
}

#bottom_menu {
	text-align: right;
	margin-bottom: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 175%;
}

#credit {
	font-size: 10px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 4px;
	line-height: 175%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

/*リンクページ（緑のページ）関連*/

#link dt {
	list-style-position: outside;
	list-style-image: url(/img/icon01.gif);
	display: list-item;
}
#link dd {
	margin-bottom: 8px;
	margin-left: 8px;
}

#link dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 32px;
	padding: 0px;
}

#kanren li {
	list-style-position: outside;
	list-style-image: url(/img/icon01.gif);
	display: list-item;
}


/*部署案内（ピンクのページ）関係*/

#biz li {
	background-image : url(/img/icon02.gif);
	background-position : left center ;
	background-repeat : no-repeat ;
	padding-left : 16px ;
	list-style-type: none;
}
.biz_photo {
	height: 120px;
	width: 160px;
	float: right;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.hoiku_photo {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	height: 240px;
	text-align: center;
}
.com_photo {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.eigyo_photo {
	height: 451px;
	width: 504px;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0px;
}
.ken_photo {
	height: 342px;
	width: 504px;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0px;
}
#biz ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding: 0px;
}

#biz dt {
	background-image : url(/img/icon02.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 16px;
	list-style-type: none;
	font-weight: bold;
	clear: both;
	padding-top: 4px;
}
.biz_photo2 {
	float: left;
	height: 90px;
	width: 120px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
}
.seni_photo {
	float: left;
	height: 104px;
	width: 80px;
	margin: 2px;
}
.syoku_photo {
	float: right;
	height: 250px;
	width: 160px;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#biz dd {
	margin-left: 16px;
}

#biz dl {
	padding: 0px;
	clear: both;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 32px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

/*未整理*/

.journal_photo {
	float: right;
	height: 160px;
	width: 120px;
	border: 1px solid #CCCCCC;
	margin: 4px;
}
