@charset "utf-8";
/* ---------------------------------------------------------------------
  TITLE : Hankyu Hanshin Express Co.,Ltd.
  URI : www.hh-express.com
  Copyright (C) Hankyu Hanshin Express Co.,Ltd. All Rights Reserved.
--------------------------------------------------------------------- */

/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_layout.css";


/* news Style
---------------------------------------------------- */
#newsBox .h2Box#newsList {
	margin-top: -35px;
}

#newsBox .selectBox {
	clear: both;
	text-align: right;
	padding-top: 15px;
}

#newsBox .selectBox select {
	width: 140px;
	margin-bottom: 15px;
}

#newsBox .selectBox p a {
	padding: 0 5px;
	text-decoration: none;
}

#newsBox .selectBox p .current {
	background-color: #e9e9e9;
	padding: 0 5px;
}


/* article style */
#articleBox .h2Box {
	background: url(/jp/images/news/bg_h2_articleBox.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-top: 10px;
}

#articleBox .h2Box p {
}

#articleBox .h2Box p img {
	margin-right: 7px;
}

#articleBox h2 {
	font-size: 140%;
	background: none;
	padding: 0 0 10px 10px;
}

#articleBox h2 img {
	margin: 0 0 4px 10px;
}

#articleBox .articleTxt {
	padding: 0 10px;
	font-size: 120%;
}

#articleBox .articleTxt p,
#articleBox .articleTxt li,
#articleBox .articleTxt td {
	font-size: 100%;
}

#articleBox .articleTxt input {
	margin-top: 20px;
}

#articleBox ol {
	list-style-position: outside;
	margin-bottom: 1em;
}

#articleBox ol li {
	margin-left: 30px;
}

#articleBox ul {
	list-style-position: inside;
	margin-left: 25px;
	*margin-left: 10px;
	margin-bottom: 1em;
}

#articleBox ul li {
	list-style-type: disc;
}

#articleBox td {
	font-size: 120%;
}

#articleBox td p {
	font-size: 100%;
}


