@charset "euc-jp";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  JIJI PRESS(English Site)


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px
	157% = 22px
	214% = 30px


 // CSS Index //

	1: Main-contents Base
		:pankuzu
		:element-list
		:element-list-title-blue
		:related-news-box
		:category-latest-box
		:pager-box
	2: Full-article Page
		:fontsize-change
		:full-article-box
	3: Short-article Page = BULLETINS Page
		:short-article-box
		:bulletins-menu
		:short-article-list
	4: Photos Page
		:photos-box
		:photos-title-box
		:photos-view-box
		:photos-more-box
		:photos-list-box(Photos TOP Page)
	5: MOVIES Page
		:movies-box
		:movies-title-box
		:movies-view-box
		:movies-more-box
	6: Tips for English Learners Page

=======================================================
*/

/* ------------------------------
 // 1: Main-contents Base
------------------------------ */
#main-contents {
	width:660px;
	margin-top:20px;
	float:left;
}

#main-contents .maincontents-line {
	height:5px;
	background:url(../images/bar_maincontents.gif) no-repeat;
}


/* pankuzu
--------------------*/
#main-contents .pan {
	margin-bottom:10px;
	float:left;
}

/* element-list
--------------------*/
#main-contents .element-list-title {
	padding:2px 0 2px 10px;
	color:#36C;
	background:url(../images/back_news-title.gif) left bottom repeat-x;
	border:1px solid #CCC;
	position:relative;
}

#main-contents .element-list-title h2 {
	padding-left:10px;
	border-left:6px solid #36C;
}

#main-contents ul.element-list {
	margin:10px 10px 0;
}

#main-contents ul.element-list li {
	margin-bottom:5px;
	list-style-type:none;
}

#main-contents ul.element-list-date {
	margin:10px 10px 0;
}

#main-contents ul.element-list-date li {
	margin-bottom:5px;
	list-style-type:none;
	padding-left: 15px;
	background: url(../images/arrow03.gif) 0 0.6em no-repeat;
}

#main-contents ul.element-list-date .date-posted {
	color:#36C;
}

/* element-list-title-blue
--------------------*/
#main-contents .element-list-title-blue {
	padding:2px 0 2px 10px;
	color:#36C;
	background:url(../images/back_element-title-blue.gif) left bottom repeat-x;
	border:1px solid #CCC;
	position:relative;
}

#main-contents .element-list-title-blue h2 {
	padding-left:10px;
	border-left:6px solid #36C;
}

/* related-news-box
--------------------*/
#main-contents .related-news-box {
	margin-bottom:20px;
	clear:both;
}

/* category-latest-box
--------------------*/
#main-contents .category-latest-box {
	margin-bottom:20px;
	clear:both;
}

/* pager-box
--------------------*/
#main-contents .pager-box {
	height:24px;
	margin-bottom:20px;
	background:url(../images/back_pager.gif) no-repeat;
}

#main-contents .pager-box .pager-back {
	padding:1px 0 1px 10px;
	float:left;
}

#main-contents .pager-box .pager-next {
	padding:1px 10px 1px 0;
	float:right;
}


/* ------------------------------
 // 2: Full-article Page
------------------------------ */
/* fontsize-change
--------------------*/
#main-contents .fontsize-change-box {
	width:105px;
	margin-bottom:10px;
	float:right;
}

#main-contents .fontsize-change-box .fontsize-change-txt {
	margin-right:5px;
	color:#666;
	font-weight:bold;
	float:left;
}

#main-contents .fontsize-change-box .small a,
#main-contents .fontsize-change-box .medium a,
#main-contents .fontsize-change-box .large a {
	display:block;
	float:left;
}

#main-contents .fontsize-change-box .small a {
	width:13px;
	height:12px;
	margin-top:2px;
	margin-right:3px;
}

#main-contents .fontsize-change-box .medium a {
	width:14px;
	height:13px;
	margin-top:1px;
	margin-right:3px;
}

#main-contents .fontsize-change-box .large a {
	width:15px;
	height:14px;
}

#main-contents .fontsize-change-box .ftxt {
	display:none;
}

/* full-article-box
--------------------*/
#main-contents .full-article-box {
	margin-bottom:20px;
}

#main-contents .full-article-box h1 {
	margin-bottom:20px;
	padding:10px;
	color:#366;
	line-height:1.2;
	background-color:#e9edf3;
}

#main-contents .full-article-box .full-article-txt {
	margin-left:10px;
	margin-right:10px;
}

#main-contents .full-article-box .article-date {
	text-align:right;
	margin-right:10px;
}

#main-contents .full-article-box .article-photo {
	margin:0 10px 20px 20px;
	/*padding:1px;*/
	text-align:center;
	float:right;
	/*border:1px solid #CCC;*/
}

#main-contents .full-article-box .article-photo .photo-caption {
	margin:10px 0 0;
	text-align:left;
}

#main-contents .full-article-box .article-photo .photo-source {
	text-align:right;
}

#main-contents .full-article-box .article-subscribe-link {
	margin-top:10px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	background:url(../images/dotline01.gif) repeat-x;
}

/* AFP-Photo-Enlarge
--------------------*/
#main-contents .article-photo-enlarge {
	text-align:center;
}

#main-contents .back-article {
	margin-top:10px;
	text-align:center;
}


/* ------------------------------
 // 3: Short-article Page = BULLETINS Page
------------------------------ */
/* short-article-box
--------------------*/
#main-contents .short-article-box {
	margin-bottom:20px;
}

#main-contents .short-article-box h1 {
	margin-bottom:20px;
	padding:10px;
	color:#666;
	line-height:1.2;
	background-color:#e9edf3;
}

/* bulletins-menu
--------------------*/
#main-contents .short-article-box .bulletins-menu {
	margin-bottom:20px;
}

#main-contents .short-article-box .bulletins-menu li {
	margin-left:7px;
	_margin-left:5px; /*IE6*/
	list-style-type:none;
	float:left;
}

#main-contents .short-article-box .bulletins-menu li a {
	display:block; /*IE6*/
}

/* short-article-list
--------------------*/
#main-contents .short-article-box .short-article-list {
	margin-bottom:20px;
}


#main-contents .short-article-box .short-article-list dt {
	margin-bottom:10px;
	padding:2px 0 2px 10px;
	color:#36C;
	background:url(../images/back_news-title.gif) left bottom repeat-x;
	border:1px solid #CCC;
	position:relative;
}

#main-contents .short-article-box .short-article-list dt p {
	padding-left:10px;
	border-left:6px solid #36C;
}

#main-contents .short-article-box .short-article-list dd {
	margin:0 10px;
	padding-left:15px;
	padding-bottom:5px;
	background:url(../images/listmark01.gif) 0 0.5em no-repeat;
}

/* ------------------------------
 // 4: Photos Page
------------------------------ */
/* photos-box
--------------------*/
#main-contents .photos-box {
	margin-bottom:20px;
}

/* photos-title-box
--------------------*/
#main-contents .photos-box dl.photos-title-box {
	margin-bottom:20px;
	padding:10px;
	line-height:1.2;
	background-color:#e9edf3;
}

#main-contents .photos-box .photos-title-box dt {
	width:100px;
	color:#666;
	font-weight:bold;
	float:left;
}

#main-contents .photos-box .photos-title-box dd {
	width:535px;
	margin-left:5px;
	color:#366;
	float:left;
}

/* photos-view-box
--------------------*/
#main-contents .photos-box .photos-view-box {
	margin-bottom:20px;
}

#main-contents .photos-box .photos-view-box .photos-view-image {
	width:454px;
	margin-right:10px;
	float:left;
	text-align:center;
}

#main-contents .photos-box .photos-view-box .photos-data {
	width:196px;
	float:left;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-caption-title {
	margin-bottom:5px;
	padding:3px 5px;
	font-weight:bold;
	background:#EAEAEA;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-source {
	text-align:right;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-note {
	margin-top:5px;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-links {
	margin-top:10px;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-links li {
	margin-bottom:5px;
	list-style-type:none;
}

#main-contents .photos-box .photos-view-box .photos-data .photos-links li .arrow04 {
	margin-right:15px;
}

/* photos-more-box
--------------------*/
#main-contents .photos-box .photos-more-box {
	margin-bottom:20px;
}

#main-contents .photos-box .photos-more-box .photos-more-view {
	width:658px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	overflow:hidden;
}

#main-contents .photos-box .photos-more-box .photos-more-view img {
	margin:11px 11px 1px;
}

/* photos-list-box
--------------------*/
#main-contents .photos-box .photos-list-box {
	width:648px;
	margin-bottom:20px;
	padding-left:10px;
	padding-bottom:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

#main-contents .photos-box .photos-list-box .photos-list {
	width:194px;
	height:54px;
	margin-top:10px;
	margin-right:10px;
	padding:5px;
	line-height:1.2;
	background:url(../images/back_photos-list.gif) left bottom repeat-x;
	border:1px solid #CCC;
	float:left;
}

#main-contents .photos-box .photos-list-box .photos-list .photos-list-img {
	margin-right:10px;
	float:left;
}

/* ------------------------------
 // 5: MOVIES Page
------------------------------ */
/* movies-box
--------------------*/
#main-contents .movies-box {
	margin-bottom:20px;
}

/* movies-title-box
--------------------*/
#main-contents .movies-box dl.movies-title-box {
	margin-bottom:20px;
	padding:10px;
	line-height:1.2;
	background-color:#e9edf3;
}

#main-contents .movies-box .movies-title-box dt {
	width:100px;
	color:#666;
	font-weight:bold;
	float:left;
}

#main-contents .movies-box .movies-title-box dd {
	width:535px;
	margin-left:5px;
	color:#366;
	float:left;
}

/* movies-view-box
--------------------*/
#main-contents .movies-box .movies-view-box {
	margin-bottom:20px;
	text-align:center;
}

#main-contents .movies-box .movies-view-box .movies-data {
	width:640px;
	margin:20px 10px 0;
	text-align:left;
}

#main-contents .movies-box .movies-view-box .movies-data .movies-caption-title {
	margin-bottom:10px;
	padding:3px 5px;
	font-weight:bold;
	background:#EAEAEA;
}

#main-contents .movies-box .movies-view-box .movies-data .movies-source {
	text-align:right;
}

#main-contents .movies-box .movies-view-box .movies-data .movies-links {
	margin-top:10px;
	padding-top:10px;
	background:url(../images/dotline01.gif) repeat-x;
}

#main-contents .movies-box .movies-view-box .movies-data .movies-links li {
	margin-bottom:5px;
	list-style-type:none;
}

#main-contents .movies-box .movies-view-box .movies-data .movies-links li .arrow04 {
	margin-right:15px;
}

/* movies-more-box
--------------------*/
#main-contents .movies-box .movies-more-box {
	margin-bottom:20px;
}

#main-contents .movies-box .movies-more-box .movies-more-view {
	padding-left:10px;
	padding-bottom:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

#main-contents .movies-box .movies-more-box .movies-more-view .movie-others {
	width:140px;
	height:115px;
	padding:5px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	background:url(../images/back_movie-others.gif) left bottom repeat-x;
	border:1px solid #CCC;
	float:left;
}

#main-contents .movies-box .movies-more-box .movies-more-view .movie-others .movie-others-img {
	text-align:center;
}

/* ------------------------------
 // 6: Tips for English Learners Page
------------------------------ */
/* tips-past-box
--------------------*/
#main-contents .tips-past-box {
	margin-bottom:20px;
}

#main-contents .tips-past-box h1 {
	margin-bottom:20px;
	padding:10px;
	color:#666;
	line-height:1.2;
	background-color:#e9edf3;
}

/* past-issues-box
--------------------*/
#main-contents .past-issues-box {
	margin-bottom:30px;
}

#main-contents .past-issues-box .tips-word {
	margin-bottom:10px;
	padding:2px 10px;
	color:#363;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/back_tips-past.gif) left bottom repeat-x;
	border-top:1px solid #CCC;
	border-left:6px solid #696;
}

#main-contents .past-issues-box .tips-sentence {
	margin:0 10px;
	color:#363;
}

#main-contents .past-issues-box .tips-answer {
	margin:10px 10px 0;
	font-family:"¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
}


