/* The Himawari Tsuushin index on the right. */

#tsuushin_header .graphics{
	width: 100%;
	}

#tsuushin_index_page {
	/* max-width: 500px; */
/* 	border: 1px solid red; */
	}
	
#tsuushin_issue_number{
	margin-top: 0px;
	text-align:center;
		
	text-decoration: none;
	color: #5573c6;
	font-size: 1rem;
	font-weight: bold;
	}


.tsuushin_column {
	width: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:1rem;
	text-align:left;
	border: 1px solid silver;
	}

.dashed{
	border: 2px dashed silver;
	}





/******** Green Link Buttons ********/

#buttons {
	/* border: 1px solid red; */
	text-align: left;
	}


#buttons h3 {
	color: white !important;

	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 22px;
	}
#buttons h4 {
	color: white !important;

	margin-top: 14px;
	font-size: 1rem;
	}
	@media (max-width:767px) {
			#buttons h3{
				margin-top: 5px;
				font-size: 0.8rem;
				line-height: 1.2rem;
				}
			#buttons h4{
				margin-top: 4px;
				font-size: 0.8rem;	
			}
		}
	
#buttons ul{
	/* border: 1px solid silver; */
	list-style-type: none;
	max-width: 460px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#buttons li {
	display: block;
	height: 142px;
	}
	
#buttons a{
	text-decoration: none;
	display: block;
	height: 80%;
	}
#buttons a:hover{
	text-shadow: 1px 1px 4px #f5f2d3;
	}

.button_hirano, .button_cuori, .button_medico, .button_nota, .button_sedia, .button_smiley{
	/* border: 1px solid blue; */
	background-repeat: no-repeat;
	background-size: contain;
	
	max-width: 460px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
	padding-left: 1rem;
	}

.button_hirano{
	background-image: url(pix/bottone_hirano.gif);
	}

.button_cuori{
	background-image: url(pix/bottone_cuori.gif);
	}

.button_medico{
	background-image: url(pix/bottone_medico.gif);
	}

.button_nota{
	background-image: url(pix/bottone_nota.gif);
	}

.button_sedia{
	background-image: url(pix/bottone_sedia.gif);
	}

.button_smiley{
	background-image: url(pix/bottone_smiley.gif);
	}





/* The main content of the Himawari Tsuushin */

.himawarititle{
	width: 100%;
	}

#tsuushin_content {	
	}

.himawari_page_title {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:30px;
	padding-right:50px;
	
	background: url(/himawari/pix/titolo_pagina_bg.jpg);
	background-repeat:no-repeat
	}

div.himawari_page_title h2{
	font-size: 1.6rem;
	color: #66cc99;
	text-align: center;
	border-bottom: none;
	}
	
div.himawari_page_title h4  {
	text-align: right;
	margin-right: 1em;
	color: #555;
	}

.himawari_page_body{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	padding:0.5rem;
	text-align: left;
	margin-top: 2em;
	}

.himawari_page_body blockquote {
	clear: both;
	
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2rem;

	padding: 5px 20px;
	border: 2px solid silver;
	border-radius: 5px;
}





/* img alignments */

img.wrapright{
	float:right;
	margin:10px;
	}

img.wrapleft{
	float:left;
	margin:10px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


